body {
    color: #00e171;
    list-style-position: inside;
    background-image: url('images/stars.gif');
    background-color: rgb(38, 0, 73);
}

.navbar{
font-size: 20px;
text-align: left;
padding: 25px 50px 75px 100px;
margin-top: 10px;
display: block;
width: 200px; 
position:fixed;
z-index: 1;
top: 0;
left: 0;
overflow-x: hidden;

}