
body {
    margin: 0;
    padding: 0;
}

.header {
    background-color:#96BAA0;
    height: 80px;
    
    
}

button {
    background-color: #BDD4DA;
    border: none;
    padding: 5px;
}

input:not([type="checkbox"], [type="button"]), textarea {
    width: 400px;
}

input:not([type="checkbox"], [type="button"]) {
    padding: 8px;
}

.title-large {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 25px;
}


.subtitle {
    font-family: 'Comfortaa';
    font-size: 15px;
    font-weight: normal;
}

.body-large {
    font-family: "Carlito", sans-serif;
    font-weight: normal;
    font-size: 20px;
}

.body-strong {
    font-family: "Carlito", sans-serif;
    font-weight: bold;
    font-size: 16px;
}

.body {
    font-family: "Carlito", sans-serif;
    font-weight: normal;
    font-size: 16px;

}

.captions {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 11px;
}

