body{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: rgb(40, 40, 40);
    margin: 0;
}
img{
    min-width: 20%;
    max-height: 80vh;
}