body{
  background: white;
}

nav,li{
    display: flex;
    justify-content: center;
    font-size: 15px;
    color: black;
}
.logo{
  width: 70px;
  height:auto;
}
#link{
    color: white;
    text-decoration: none;
}
#link:hover{
    background-color: transparent;
    color: rgb(223, 120, 37);
    background-color: white;
    transition: 0.1s ease;
    border-radius: 10px 2px 2px;
    font-weight: bold;
}


  footer{
    height: auto;
    background: rgb(245, 111, 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;
  }
  
  