.app{flex-direction:column;justify-content:center;align-items:center;width:100dvw;height:100dvh;display:flex}.logo{justify-content:center;align-items:center;width:100%;display:flex}img{width:100%;min-width:600px;max-width:600px}h1{letter-spacing:2px;margin-top:10px;font-size:75px;font-weight:600}@media screen and (width<=758px){h1{letter-spacing:1px;margin-top:3px;font-size:50px}img{min-width:400px;max-width:400px}}@media screen and (width<=600px){h1{letter-spacing:1px;margin-top:3px;font-size:40px}img{min-width:310px;max-width:310px}}*{box-sizing:border-box;margin:0;padding:0}
