* {
    margin: 2;
    padding: 0;
}
 
body{
  
    background:rgb(0, 0, 0); 
    background-repeat: no-repeat;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}

body li a{
   display:block;
    text-decoration: none;
    font-size:45px;
    height: 50px;
    width:100%;
    font-family: 'Times New Roman', Times, serif;
    color: rgb(168, 94, 168);
    padding: 0 20px;
}

body div {
   display:block;
    text-decoration:none;
    font-size:40px;
    height: 50px;
    width:100%;
    font-family: sans-serif;
    color: #86CA39;
    padding: 10px;
}

body div a {
    display:block;
    text-decoration:inherit;
    font-size:20px;
    font-family: sans-serif;
    color: #86CA39;
    padding: 20px;
}
