h1 {
    font-size: 36px;
    color: #ffffff;
    margin-left: 15px;
}

nav.navbar {
    margin-top: 15px;
}

a {
    color: #ffffff;
}

p {
    color: #ffffff;
    margin-left: 15px;
}

a.navbutton {
    margin: 0 15px;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
}

a.navbuttonselected {
    margin: 0 15px;
    font-size: 18px;
    transition: all 0.3s ease;
}

a.navbutton:hover {
    background-color: #474747;
    transition: all 0.3s ease;
}

a.navbuttonselected:hover {
    background-color: #474747;
    transition: all 0.3s ease;
}

html {
    font-family: Arial, sans-serif;
    background-color: #1d1b1b;
}

