h1 {
    
    text-align: center;
    line-height: 1.5;
    letter-spacing: 4px;
    font-size: 45px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    color: #383838;
    font-weight: 500;
    text-transform: uppercase;
    min-width: auto;
    max-width: auto;
}


.duo{
    
    padding-top: 400px;
    
    
}

.footer{
    
      position: fixed;
      left: 0;
      bottom: 0;
      width: 100%;
      color: white;
      text-align: center;
      line-height: 1.5;
      letter-spacing: 4px;
      font-size: 14px;
      font-weight: 500;
      font-family: "Montserrat", sans-serif;
      background-color: #000000;
      min-width: auto;
      max-width: auto;    
    
}