*{margin:0;padding:0;box-sizing:border-box;}
body{
background:#000;
min-height:100vh;
display:flex;
align-items:center;
justify-content:center;
}
.logo{
max-width:90vw;
max-height:90vh;
height:auto;
display:block;
}
