@import url('https://fonts.googleapis.com/css2?family=Dongle&family=Quicksand:wght@300..700&display=swap');body {background-size: cover;width: 100vw;height: 100vh;top: 0;left: 0;transform-origin: center center;background-image: url('https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1465680/ee46cc3b6988057d435be7e391472d46f278d87a.jpg');font-family: 'Dongle';margin: 0;padding: 0;color: #fff;overflow: hidden;}.info-box h1 {font-family: 'Quicksand';}.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);}}
