.navbar-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    }
    
    .navbar-li {
    float: left;
    }
    
    .navbar-li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-family: Arial;
    }
    
    .navbar-li a:hover {
    background-color: #111;
    }
    .normal-text {
        font-family: arial;
text-align: center;
color: #e6e6e6; 
word-spacing: 2px;
line-height: 1.3; 
font-size: 115%;
background: rgba(0, 0, 0, 0.6);
margin: 4px 8px 0px 8px
    }
    .bottom {
    font-family: arial;
    background-color: black;
    color: white;
    font-size: 95%;
    padding: 4em;
    margin: 0px;
    text-align: center;
    }
body {
background-position: center;
}