*{
    margin: 0;
    padding: 0;
    font-family: 'Etna', sans-serif;
}
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}

body{
    overflow-x: hidden;
    background-color: #041900;
}
h1{
    font-size: 52.5pt;
    color: #e7e7b0;
    text-align: center;
    margin: 10px 0px;
    margin-bottom: 25px;
}
.container{
    overflow: hidden;
    padding: 0px 30px;
    background-image: url(./Assets/where-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
h2{
    color: #004d09;
    font-size: 35pt;
    background-color: #e7e7b0;
    border-radius:7px;
    margin:20px 0px ;
    padding: 8px 0px 15px 0px;
    width: 450px;
    text-align: center;
}
.top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.txt{
    color: #004d09;
    font-size: 17.4pt;
    background-color: #e7e7b0;
    border-radius:7px;
    line-height: 30px;
    padding: 20px 30px;
    text-align: justify;

}
.txt-1{
    color: #004d09;
    font-size: 17.4pt;
    background-color: #e7e7b0;
    border-radius:7px;
    line-height: 30px;
    padding: 20px 30px;
    text-align: justify;
    margin: 10px 20px;

}
h3{
    text-align: justify !important;
    font-size: 20pt !important;
}
.divider{
    display: flex;
    margin: 40px 20px;
}
.divider > img{
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
}
.right{
    margin: 0px 0px 0px 20px;
    font-size: 15pt;
    line-height: 24px;
}
button{
    padding: 10px 50px;
    font-size: 40px;
    background-color: transparent;
    border-radius: 10px;
    border: solid 4px #e7e7b0;
    color: #e7e7b0;
    cursor: pointer;
    padding-bottom: 20px;
    transition: ease 0.1s;
    margin: 20px 0px;
}
body > a{
    display: flex;
    justify-content: center;
    text-decoration: none;
}
button:hover{
    background-color: #e7e7b0;
    border: solid 4px #e7e7b0;
    color: #041900;
    
}




/* responsive */

@media (max-width:1000px){
    .divider{
        flex-direction: column;
        align-items: center;
    }
    .right{
        margin: 0px;
        margin-top: 20px;
    }
    h3{
        font-size: 17.4pt !important;
    }
}
@media (max-width:670px){
    h1{
        font-size: 40pt;
    }
    .txt-1{
        font-size: 16pt !important;
    }
}
@media (max-width:560px){
    h1{
        font-size: 28pt;
        margin-bottom: 10px;
    }
    h2{
        font-size: 24pt;
        max-width: 300px !important;
    }
    .txt-1{
        font-size: 14pt !important;
    line-height: 24px;

    }
    .container{
        padding: 0px 5px;
    }
}
@media (max-width:400px){
    
    .txt-1{
        font-size: 12pt !important;
        line-height: 21px;
        padding: 10px 10px;
    }
    .txt{
        font-size: 11pt !important;
        line-height: 21px;
        padding: 10px 10px;
    }
}