body {
    color: #3b3939;
    background-color: #eeece2;
    text-align: center;
    margin: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.couple-img {
    /* width: 300px; */
    max-width: 200px;
    height: auto;
}