body{
    background-color:#fff4c4;
}


.header {
  background:#4b504b;
  color: white;
  padding: 60px 30px;
  text-align: center;
  font-size: 60px;
  line-height: 0px;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  p{
    font-size: 75px
  }
}

.container {
  display: flex;
  gap: 20px;
}

#navMenu {
  display: none;
}

.text{
  align-items: flex-start;
    text-align:justify;
    line-height:29.5px;
    max-width: 400px;
    margin-right: 130px;
    p{
      line-height:32.5px;
      font-size:30px;
    }
}

.testo{
      text-align:justify;
      line-height:2.5;
      max-width:800px;
      margin-left:350px;
      h1{
        text-align:center;
      }
      p{
        line-height:32.5px;
        font-size:30px;
      }
}
img{
  width: 1000px;
  height: 500px;
}
