body{
  background: white;
}

nav,li{
    display: flex;
    justify-content: center;
    font-size: 15px;
    color: black;
}
.null{
    height: 80px;
    display: flex;
    justify-content: right;
    background: rgb(209, 209, 209);
    padding: 10px;
    margin-top: -8px;
}
.null button{
  height: 40px;
  text-align: center;
  margin: 10px;
}
.null button:hover{
  background: whitesmoke;
  transition: 0.5s ease-in-out;
  color: red;
  border: 0px solid white;
}
.logo{
  width: 70px;
  height:auto;
}
#link{
    color: white;
    text-decoration: none;
}
#link:hover{
    background-color: transparent;
    color: rgb(255, 0, 0);
    background-color: white;
    transition: 0.1s ease;
    border-radius: 10px 0px 2px;
    font-weight: bold;
}


  footer{
    height: auto;
    background: rgb(245, 49, 49);
    color: white;
    text-align: center;
    margin-top: 30px;
    padding:20px;
  }
  
  #address,p{
    color: white;
    width: 40%;
    font-style: italic;
    text-decoration: none;
    font-size: 14px;
    padding-top: 20px;
    text-align: left;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif ;
  }
  .icon{
    font-size: 40px;
  }
.span{
  display: flex;
  justify-content: space-evenly;
}
  span i{
    color: white;
  }
  
  