@import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap");Base styles for all devices .container{width:100%;max-width:1200px;margin:0 auto}.row{display:flex;flex-wrap:wrap}.col{flex:1;padding:15px}@media only screen and (max-width:576px){.col{flex:0 0 100%}.logo img{width:200px;height:auto}}.logo-image{width:150px}@media (max-width:768px){.logo-image{width:180px}}@media only screen and (max-width:576px){.container{width:100%;padding:0 15px}.row{flex-direction:column}img{max-width:100%;height:auto}}.dashboard-btn{background-color:#1894bc;border:2px solid #af2924;color:white;padding:12px 20px;border-radius:4px;text-decoration:none;display:inline-block;transition:all .3s ease;font-weight:400;font-size:.9rem;font-family:Press Start\ 2P,cursive}.dashboard-btn:hover{background-color:#1894bc;border-color:#af2924;transform:translateY(-1px)}