@import url('https://fonts.googleapis.com/css2?family=Azeret+Mono&family=Fahkwang:ital,wght@0,500;1,300&family=Kanit:wght@300;500&family=Roboto+Condensed:wght@300&family=Roboto+Slab:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Azeret+Mono&family=Fahkwang:ital,wght@1,300&family=Kanit:wght@300;500&family=Roboto+Condensed:wght@300&family=Roboto+Slab:wght@500&display=swap');

* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}


body {
    background-color: #ffac16;

}

.just {
    background-color: #ffac16;
    padding-bottom: 3px;
}

a {
    text-decoration: none;
}

.canwe a{
    color: #ffac16;
}


.just h1,
.just i {

    font-family: 'Azeret Mono', monospace;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    padding: 4px;
    color: #372b29;

}

.bi-dot::before {
    color: #372b29;
    font-size: 39px;
}

.must {
    background-color: #372b29;

}

.must button {
    padding: 20px !important;
}

.must h1 {
    color: #ffac16;
}

.mst{
    text-align: center;
    height: 100vh;
    padding-top: 300px ;
    display: flex;
    justify-content:space-between ;
    flex-direction: column;
}
.canwe a {

    font-family: 'Fahkwang', sans-serif;
    font-weight: 400;
    font-size: 37px;
    color: #ffac16;
    line-height: 47px;
    transition: transform 300ms ease-out;


}



.canwe a:hover {
    color: #ffac16;
    transform: translate(-21px, 0px)  scale(1.4, 1.3);
}

.mst p{
    margin: 0;
    font-family: 'Azeret Mono', monospace;
    line-height: 18px;
    font-size: 15px;
    color: #372b29;
    font-weight: 400;
   
}

.footer h1{
    font-family: 'Fahkwang', sans-serif;
    font-size: 182px;
    font-weight: 400;
    color:#372b29;

}

@media (max-width : 1125px){

    .footer h1{
        font-size: 130px;
    }


}
@media (max-width : 796px){

    .footer h1{
        font-size: 100px;
        padding-top: 300px;
    }


}
@media (max-width : 619px){

    .footer h1{
        font-size: 70px;
    }


}
@media (max-width : 350px){

    .footer h1{
        font-size: 30px;
        padding-top: 300px;
    }


}