body{
    background-color: steelblue;
}

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

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

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