* {
    margin: 0;
    padding: 0;
  }
  
  
  body{
    background-color: rgba(154, 153, 126, 1);
    font-family: Inria Sans;
  }
  
  
  header{
    display: flex;
    width: 100%;
    margin-top: 50px;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
  
  ul{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 67px;
    background: url(img/Group\ 4.png);
  }
  
  li{
    font-size: 24px;
    list-style-type: none;
    text-decoration: none;
    margin-top: 8px;
    transition: 0.6s;
    border-bottom: 2px solid transparent;
  }
  
  li:hover{
    font-size: 27px;
    transition: 0.6s;
  }
  
  a{
    margin: 40px;
    text-decoration: none;
    text-decoration: none;
    color: black;
  }
  
  nav{
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  
  img.logo{
    width: 62px;
    height: 62px;
    margin-right: 150px;  
    transition: 0.6s;
  }
  
  img.add{
    width: 142px;
    height: 62px;
    margin-left: 150px;
    transition: 0.6s;
  }
  
  img.logo:hover{
    width: 72px;
    height: 72px;
    transition: 0.6s;
  }
  
  img.add:hover{
    width: 152px;
    height: 72px;
    transition: 0.6s;
  
  }
  
  .quetions{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 200px;
  }

  .help1 {
    width: 756px;
    display: flex;
    background-color: rgba(217, 217, 217, 1);
    margin-top: 130px;
    flex-direction: column;
    align-items: center;
  }




  .help1 p{
    font-size: 24px;
  }

  .help2 p{
    font-size: 24px;
  }

  .imgp{
    display: flex;
    flex-direction: row;
    margin-top: 15px;
    margin-bottom: 15px;
    align-items: center;
  }

  .imgp img{
    width: 40px;
    height: 20px;
    margin-right: 30px;
  }


  .text p{
    font-size: 20px;
  }

  #t1{
    display: none;
  }

  #t2{
    display: none;
  }

  #t3{
    display: none;
  }



  footer{
    width: 100%;
    height: 350px;
    background-color: rgba(119, 118, 101, 1);
    display: flex;
    justify-content: center;
  }