body{
    background-color: rgba(0, 0, 0, 0.37);
}

html, body{
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
}

img:nth-child(1){
    margin: 0 auto;
}