@import"https://fonts.googleapis.com/css?family=Montserrat:700";@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap";.social__section{position:absolute;top:70%;left:50%;transform:translate(-50%,-50%)}.social__section h2{font-size:50px}.social__icons{display:flex;gap:20px;justify-content:center;font-size:40px}a{color:#000}@media only screen and (max-width: 768px){.social__section h2{font-size:20px}.social__icons{gap:10px;font-size:20px}}.hero{background-color:#ff4500;position:relative;min-height:100vh;overflow-x:hidden;font-family:Montserrat,sans-serif}.cube{position:absolute;top:80vh;left:45vw;width:10px;height:10px;border:solid 1px #003298;transform-origin:top left;transform:scale(0) rotate(0) translate(-50%,-50%);-webkit-animation:cube 12s ease-in forwards infinite;animation:cube 12s ease-in forwards infinite}.cube:nth-child(2n){border-color:#0051f4}.cube:nth-child(2){-webkit-animation-delay:1s;animation-delay:1s;left:25vw;top:40vh}.cube:nth-child(3){-webkit-animation-delay:4s;animation-delay:4s;left:75vw;top:50vh}.cube:nth-child(4){-webkit-animation-delay:6s;animation-delay:6s;left:90vw;top:10vh}.cube:nth-child(5){-webkit-animation-delay:8s;animation-delay:8s;left:10vw;top:85vh}.cube:nth-child(6){-webkit-animation-delay:10s;animation-delay:10s;left:50vw;top:10vh}@-webkit-keyframes cube{0%{transform:scale(0) rotate(0) translate(-50%,-50%);opacity:1}to{transform:scale(20) rotate(960deg) translate(-50%,-50%);opacity:0}}@keyframes cube{0%{transform:scale(0) rotate(0) translate(-50%,-50%);opacity:1}to{transform:scale(20) rotate(960deg) translate(-50%,-50%);opacity:0}}.typing__text{text-align:center;color:#000;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);font-family:Roboto,sans-serif;font-weight:700;font-size:70px;z-index:1}@media only screen and (max-width: 768px){.typing__text{font-size:30px}}*{margin:0;padding:0;box-sizing:border-box}
