.header {
    background-color: #ffcc00;
    height:10%;
    h1{
      font-size: 8vw;
      
    }
 
  }
  
  .main {
    background-color: #ffffff;
    font-size: 4vw;
    h3{
        color: #660000;
        font-size: 6vw;
    }
    .lgr-10{
      margin-left: 15%;
    }
    .lgr-10{
      margin-right: 5%;
    }
  }
  
  .footer {
    background-color: #666666;
    height: 10%;
    p{
      color: #ffffff;
    }
  }