body{
    background-color: black;
    display: flex;
    flex-direction: row;
    height: 96vh;
    justify-content: center;
    align-items: center;
}

img{
    height: 450px;
    margin: 10px;
}