html, body {
    max-width: 100%;
    overflow-x: scroll;
    max-height: 100vh;
  }
 .header {
    background-color: navy;
    width: 100%;
  }
.logo {
    width: 100%;
  }
body {
    background-color: white;
  }
li {
    display: inline-block;
    padding: 0px 65px;
    position: relative;
    right: 15px;
  }
a {
    color: white;
    text-decoration: underline;
  }  
ul {
    max-width: 100%; 
  }
.menu {
    text-align: center;
  }
patio1 {
    margin: 150px;
  }