h1, h2, h3 {
    color: purple;
    font-family: 'Roboto', sans-serif;
}


#left_column, #right_column {
    width: 20%;
    color:white;
    float: left;
    text-align:center;
}
.row {
    width: 100%;
    float:left;
}
.caption {
    text-decoration: underline;
    text-align: center;
    margin-bottom: 10px;
    max-width:220px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    color: purple;
    font-weight: bolder;
    font-size: 18px;
}
.one-third {
    width: 30%;
    float: left;
    margin: 10px;
    border-radius: 10px;
}
.one-third img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 1px 2px 4px purple;
}
#content {
    width: 100%;
}
.form-container {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
label {
    font-weight: 600;
}
.form-group {
    font-family: 'Roboto', sans-serif;
    margin-left: auto;
    margin-right: auto;
}
#content #center_column {
    width: 60%;
    float:left;
    display: block;
    margin: auto;
    padding: 0 15px 30px 15px;
    border-radius: 5px;
    background-image: linear-gradient(#EEE1C6,#e0d2b8);

}

#content #center_column form {
    color: purple;
    background-image: linear-gradient(#58c2ab,#49af99);
    padding: 10px;
    border-radius: 15px;
    padding: 20px;
}
input {
    line-height: 3;
}

textarea {
    width: 320px;
    height: 120px;
}

@media only screen and (max-width: 767px) {
    #left_column, #right_column, #center_column {
        width: 100%!important;
        text-align:center;
    }
    
    .one-third {
    width: 100%;
    margin: 0 auto;
    }
}
