body{
    background-color: #bdbdd5;
}
.content{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content img{
    width: 400px;
    margin: 2rem;
}
.content button{
    padding: 20px 40px;
    background-color: #00005f;
    color: #ffffff;
}