
.header{
      margin-top: -100px;
      /* background-color: blue; */
}




nav ul{
      display: flex;
      position: relative;
      top: 35px;
      right: 0px;
      background-color: crimson;
      

      
}
.li{
      list-style: none;
      margin-right: 30px;
}
.li a{
    text-decoration: none; 
    font-size:xx-large; 
    color: black;
    /* font-family: 'Redressed', cursive; */
}
.logo {
      height: 100px;
      width: 100px;

position: relative;
bottom:20px;
left: -70px;

}
.logo img{
      height: 100px;
      width: 100px;
}
h1{
      font-size: xx-large;
      position: relative;
      top: 20px;
      left: 500px;
      font-family: 'Redressed', cursive;
}
