
input {
    font-size: 20px;
    border-radius: 70px;
    padding: 10px 10px;
}

input:hover {
    background-color: white;
    color: black;
}


label {
    border-radius: 7px;
}

textarea {
    font-size: 20px;
    border-color: #3b3b3b;
}

textarea:hover {
    background-color: white;
    border-radius: 10px;
    color: black;
}

#image_form_title_author_div, #navigate_buttons {
    border-radius: 7px;
    background-color: #484848;

}

#add_image_container, #comment_form_container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
