body{
    background-color: #000635;
}

.img-container{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 600px;
}
.center{
    width: 50%;
}

.center img{
    display: block;
    width: 300px;
}
