body { font-family: Arial, sans-serif; margin: 0; padding: 0; background-color: #f4f4f4; color: #333; } header { background-color: #000000; color: white; padding: 10px; text-align: center; } .bio { padding: 20px; text-align: center; margin-left: 20px; margin-right: 50px; } .bio img { border-radius: 15%; width: 504px; height: 335px; } .bio p { font-size: 18px; margin-top: 15px; } .contact { background-color: #eee; padding: 20px; text-align: center; } .contact h2 { margin-top: 0; } .contact a { color: #4c60af; text-decoration: none; font-weight: bold; } .contact a:hover { text-decoration: underline; }