* {
    background-color: lightblue;
}

.hobby-class {
    display: flex;
    flex-direction: column;
}

#email-error {
    color: red;
    display: none;
}
