body {
font-family: sans-serif;
}
     
p {
text-align:center;
color: white;
}     
       
a {
color: white;
}

h1 {
padding: 5px;
color: white;
text-align:center;
border-radius: 10px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

li {
    float: left;
}

li a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover {
    background-color: #111;
}
body  {
    background-image: url('NewData/background.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
}
