body {
    background-color: rgb(22, 22, 22);
}

h1,h2,h3,h4 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color:rgb(65, 85, 196)
}

div.navbar {
    float:right;
    border-radius: 10px;
    background-color: rgb(65, 85, 196);
    margin: 10px;
}

a.navbar,p.navsplit {
    color: rgb(22, 22, 22);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
}

div.disclaimerBox {
    text-align: center;
    background-color: rgb(65, 85, 196);
    color: rgb(22, 22, 22);
    border-radius: 20px;
}

.disclaimerText,a {
    color: rgb(22, 22, 22)
}