body{
    background-color: #000;
    margin: 0 auto;
    align-items: center;
    text-align: center;
}



.center{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.center img{
    width: 60vw;
    
}
