html, body { 
    background-color: black;
    font-family: Arial, Helvetica, sans-serif;
    margin:0;
    padding:0;
}

ul {
    background-color: #686868;
    position: fixed;
    top: 50%;
    width: 100%;
    padding: 8px;
}

li a {
    float: center;
    color: white;
    text-align: center;
    padding: 12px 14px;
    text-decoration: none;
    font-size: 14px;
}

li a:hover {
    background-color: black;
    color: white;
}

li a.active {
    background-color: #686868;
    color: #e0e0d1;
}

p {
    color: white;
}
