html ,body{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}
header{
    display: flex;
    align-items: center;
    padding: 40px;
    justify-content: space-between;
    height: 10%;

    
}

.kanit-light {
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-style: normal;
}

*{
    font-family: "Kanit", sans-serif;
}

.class{
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo{
    background-color: white;
    height: 40px;
    width: 40px;
    margin-right: 20px;
}

.texto-logo{
    font-size: 15px;
}
nav ul{
    display: flex;
}

nav ul li{
    margin: 40px;
    font-size: 15px;
}

.button{
    width: 200px;
    height: 50px;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border-radius: 30px;
    color: white;
    font-size: 19px;
}
.green{
    color: #067E02;
}

h1{
    font-weight: normal;
    letter-spacing: 15px;
    margin: 90px 40px;
    font-size: 25px;
}
h2{
    margin: 100px;
    font-size: 80px;
    width: 566px;
    height: 280px;
    background-color: white;
}
p{
    margin: 100px 95px;
    width: 566px;
    height: 68px;
    color: #878787;
    font-size: 23px;

}


main{
    flex-grow: 1;

}
.container{
    margin: 100px;
}

.buttonstart{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 60px;
    background-color: #0C950E;
    margin: 20px 0px 40px 185px;
    font-size: 20px;
    color: white;
    border-radius: 30px;


}

.juiz{
   width: 647px;
   height: 920px;
   position: absolute;
   transform: translate(1250px, -1000px);
}

.tags {
    display: flex;
    gap: 15px;
    margin-left: 180px;

  }
  
  .tags div {
   padding: 10px;
   border-radius: 40px;
   display: flex;
   align-items: center;
   justify-content: center;
   border: 2px solid #A9A9A9 ;
   color: #A9A9A9;
   font-size: 15px;
   margin: 0px 0px 15px 5px;
  }

   .tag1{
    width: 200px;
    height: 50px;
   }
   .tag2{
    width: 150px;
    height: 50px;
   }
   .tag3{
    width: 150px;
    height: 50px;
   }

   .tag4{
    width: 170px;
    height: 50px;
   }

   .tag5{
    width: 150px;
    height: 50px;
   }
   
   @media (max-width: 1024px){

    nav{
        display: none;
    }
    h1{
        font-size: 15px;
        margin: 40px 0px 0px 30px;
    }
    h2{
        width: 547px;
        height: 238px;
        font-size: 64px;
        margin: 40px;
    }

    .container{
        margin: 0px;
    }


    .juiz{
        transform: translate(375px, -850px);
        width: 390px;
        height: 695px;
    }

    p{
        width: 359px;
        height: 68px;
        margin: 100px 40px;
    }

    .buttonstart{
        margin: 120px 0px 70px 40px;
        font-size: 15px;
    }

    .tags{
        margin: 0px 0px 0px 30px;
    }
    
   }
   @media (max-width: 480px){
   
   
    .button{
        display: none;
    }

    h2{
        height: 120px;
        width: 130px;
        font-size: 25px;
    }
    p{
        width: 153px;
        height: 68px;
        font-size: 15px;
        
    }
    .buttonstart{
        width: 90%;
        margin: 20px auto;
    }

    .juiz{
        width: 200px;
        height: 360px;
        transform: translate(170px, -520px);
        z-index: -1;

    }

    .tags{
        display: none;
    }

    
   }
   