* {
    margin: 0;
    padding: 0;
}

section {
    display: flex;
    justify-content: center;
    align-items: center;
}

section#sign_up {
    height: 100vh;
}

#image {
    height: 112vh;
    border-radius: 10px;
}

@media (max-width: 575.98px) {
    #image {
        height: 50vh;
    }
}