*{
    padding:0;
    margin:0;
    box-sizing:border-box;
}
body,html{
    height:100vh;
    width:100vw;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
}
img{
    max-height:90vh;
}