body {
    font-family: 'Open Sans', sans-serif;
}

h1 {
    font-size: 1.8rem !important;
    font-family: 'Open Sans', sans-serif !important;
    margin-left: 2rem;
}

.head {
    border-bottom: 2px solid #0098A3;
    margin-bottom: 3rem;
}

.head img {
    width: 200px;
}

.description {
    border: 2px solid #0098A3;
}

label {
    font-weight: bold;
}

input {
    width: 500px !important;
}

.form {
    margin-top: 1rem !important;
}

#message {
    display: none;
    margin-top: 1rem !important;
}

#message p {
    margin-bottom: 0;;
}