body {font-family: Arial, sans-serif;margin: 0;padding: 0;color: #fff;overflow: hidden;}.container {display: flex;flex-direction: column;align-items: center;justify-content: center;height: 100vh;position: relative;}.profile-box {text-align: center;margin-bottom: 20px;}.profile-box img {border-radius: 50%;width: 150px;height: 150px;}.social-box {display: flex;justify-content: center;margin-bottom: 20px;}.rounded-icon {display: inline-block;margin: 0 10px;border-radius: 10px;overflow: hidden;}.rounded-icon img {width: 50px;height: 50px;}.animated-clock {font-size: 2em;animation: rotate 0s infinite linear;color: #363636;}@keyframes rotate {from {transform: rotate(0deg);}to {transform: rotate(360deg);}}
