body {
    background-color: #fafafa;
    font-family: 'Oswald', sans-serif;
}
.col-sm-6 {
    background-color: white;
}
.titleheader {
    height: 80px;
    background-color: #075e54;
    color: white;
    font-size: 36px;
    border-radius: 5px 5px 0 0;
    text-align: center;
    padding-top: 12px;
}
hr {
    color: #075e54;
}
.footerheader {
    height: 80px;
    background-color: #075e54;
    color: white;
    font-size: 16px;
    border-radius: 0 0 5px 5px;
    text-align: center;
    
}