#text-field {
    background-color: rgb(0, 55, 84);
    margin-top: 7px;
    padding: 20px;
    border-radius: 25px;
}

#back-button {
    background-color: rgb(6, 135, 17);
    height: 40px;
    border-radius: 15px;
    margin-top: 17px;
}

#content {
    max-width: 400px;
    display: flex;
    flex-direction: column;
    margin: 15px;
}

section {
    min-height: calc(100vh - 75px);
}