body{
        background-color: #828582;
background-image:url("Images/NEW.jpg");
background-repeat: no-repeat;
background-position: center;
background-size: 45%;
background-attachment: fixed;
font-family: 'Raleway', sans-serif;

font-weight:lighter;
}
ul {
    list-style-type: none;
    margin: 50;
    padding: 50;
  }
  
  li {
    display: inline;
  }