body{
    background-color: white;
    color: black;
    font-size: 14px;
    font-family: sans-serif;
}

h1{
    color: white;
    background-color: rgb(0, 65, 131);
    font-size: 32px;
    font-family: serif;
}

h3{
    color: black;
    font-size: 19px;
    font-weight: bold;
    font-family: serif;
}

li{
    color: black;
    font-size: 14px;
    font-family: sans-serif;
}

input{
    color: black;
    font-size: 14px;
    font-family: sans-serif;
}