 {} *{} #IE-warning { display: none; position: fixed; width: 100%; height: 100%; z-index: 9999; background: white; } .IE-warning-message { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; } body { font-family: Arial, sans-serif; background-color: #333; color: black; text-align: center; margin: 0; padding: 0; } .container { max-width: 400px; margin: auto; padding: 20px; } .profile img { width: 120px; height: 120px; border-radius: 50%; border: 3px solid #000; } h2 { margin: 10px 0 5px; font-weight: bold; color: white; } p { color: black; } .links { margin-top: 20px; } .link { background-color: #2E7D32; padding: 15px; margin: 10px 0; border-radius: 10px; text-decoration: none; color: white; font-weight: bold; display: block; text-align: center; transition: transform 0.2s; } .link:hover { transform: scale(1.05); } .section { background-color: #ffffff; padding: 15px; border-radius: 10px; margin-top: 15px; text-align: left; box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); } .section img { width: 50px; height: 50px; border-radius: 10px; float: left; margin-right: 10px; } h3 { font-weight: bold; }
