.contact-container, .citation-container{
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 12%), 0 1px 6px 0 rgb(0 0 0 / 12%);
    margin: 20px auto;
    width: 70%;
    overflow: hidden;
    padding: 20px;
    padding-top: 0px;
}
.contact-container h2, .citation-container h2{
    color: black;
    font-size: 20px;
    border-left: 5px solid rgb(126,205,231);
    padding-left: 10px;
}
.contact-container hr, .citation-container hr{
    border-top: 1px solid lightgray;
}
.citation-container p{
    text-indent: 2em;
}
.form-horizontal{
    overflow: hidden;
    font-size: 16px;
    color: black;
    margin-bottom: 10px;
}
.form-horizontal > div{
    display: flex;
    justify-content: center;
}
.form-horizontal label{
    text-align: left!important;
}
.form-horizontal > div > label {
    font-weight: normal;
}
.submit-button{
    font-size: 16px;
    color: black;
}
#message-container, .submit-button{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
#message{
    height: 260px;
    font-size: 16px;
    resize: none;
    padding-top: 20px;
}
#message-container{
    position: relative;
}
#message-container .message-title, #message-container .message-constraints{
    position: absolute;
    height: 30px;
    line-height: 30px;
    background-color: white;
    display: block;
}
#message-container .message-title{
    left: 60px;
    top: -15px;
}
#message-container .message-constraints{
    bottom: -15px;
    right: 60px;
}
#backtop{
    display: none;
}
input{
    font-size: 16px!important;
}
textarea{
    font-size: 16px!important;
}