body{
    background-color: black;
}

header{
    max-height: 15em;
    background-color: white;
    border-radius: 5pt;
    border-color: rgb(82, 122, 231);
    border-style: solid;
}

.HeaderImg{
    max-height: inherit;
}

h1{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 3em;
    color: black;
    text-align: center;
}

h2{
    font-size: 2em;
}

article{
    margin-top: 5px;
    padding: 2em;
    background-color: white;
    border-radius: 5pt;
    border-color: rgb(82, 122, 231);
    border-style: solid;
}
a{
    font-size: 2em;
}
p{
    font-size: 1.25em;
}