html, body {
    max-width: 100%;
    overflow-x: hidden;
    max-height: 100vh;
  }
.header {
    background-color: navy;
    width: 100%;
  }
.logo {
    width: 100%;
  }
body {
    background-color: white;
  }
.nefta {
    width: 100%;
    }
p {
    font-size: 68px;
  }
.container {
    display: grid;
    align-items: center;
    grid-template-columns: .7fr 2.3fr 0fr;
    column-gap: 5px;
  }
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;
  }