body,html{margin:0;padding:0;width:100%;height:100%;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;background-color:#2c3e50}body{background-image:url(images/background.webp);background-position:center center;background-repeat:no-repeat;background-size:cover}.main-container{display:flex;flex-direction:column;justify-content:top;align-items:center;height:100vh;text-align:center;padding:20px;box-sizing:border-box}#main-title{color:#fff;font-size:3rem;margin-top:9rem;margin-bottom:.5rem;text-shadow:2px 2px 8px rgb(0 0 0 / .7)}.subtitle{color:#ccc;font-size:1.5rem;margin:0;margin-bottom:4rem;text-shadow:1px 1px 4px rgb(0 0 0 / .7)}.logo{width:270px;height:80px;transition:all 0.3s ease-in-out}.logo:hover{width:290px;height:86px;transform:scale(1.05)}.info-text{color:#ccc;font-size:1rem;text-shadow:1px 1px 4px rgb(0 0 0 / .7)}.social-icons{position:fixed;bottom:30px;display:flex;flex-direction:column;gap:15px}.social-icons.left{left:30px}.social-icons.right{right:30px}.social-icon{width:80px;height:80px;transition:transform 0.3s ease}.social-icon:hover{transform:scale(1.2)}@media (max-width:992px){.social-icon{width:60px;height:60px}#main-title{font-size:2.2rem}.subtitle{font-size:1.3rem}}@media (max-width:768px){#main-title{font-size:2rem}.subtitle{font-size:1.2rem}.social-icons{bottom:10px;gap:10px}.social-icons.left{left:10px}.social-icons.right{right:10px}.social-icon{width:50px;height:50px}}@media (max-width:440px){#main-title{font-size:1.6rem}.subtitle{font-size:1rem}.info-text{font-size:.8rem}}@media (max-width:360px){#main-title{font-size:1.4rem}.subtitle{font-size:.9rem}.info-text{font-size:.7rem}}