
body {
    font-size: 10pt;
    font-family: "Calibri", sans-serif;
}

header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 100px;
}

header img {
    flex-basis: 75%;
    margin-bottom: 20px;
}


header h1 {
    justify-content: start;
    font-family: "Calibri", serif;
    font-weight: bold;
    font-size: 26pt;
    color: #1F497D;
    
}

section h2 {
    font-family: "Cambria", serif;
    background-color: #1F497D;
    color: #BFBFBF;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
}

section h3 {
    font-family: "Cambria", serif;
    color: #1F497D;
    font-weight: bold;
}

section div#grads p {
        border: thin solid black;
        padding: 0.15em;
        background-color: #c6d9f1;
        margin-bottom: 20px;
        margin-top: 20px;
}