@import url('https://fonts.googleapis.com/css2?family=Playwrite+IT+Moderna:wght@100..400&display=swap');

/* Boiler Plate */

* {

    margin: 0;
    padding: 0;
    font-family: sans-serif;
    box-sizing: border-box;

}

body,
html {

    height: 100%;
    width: 100%;

}

main {
    background-color: #F9F9F9;
    min-height: 150vh;
}

.first li, 
.second li {
    color: black;
}


h2,
h3 {
    color: rgb(153, 245, 153);
    font-size: 2.3vw;
    font-weight: 700;
    font-family: 'japan';
}

.APH {

    text-align: center;
    color: #29CA8E;
    padding-top: 3vw;
    margin-bottom: 3vw;
    font-size: 3.6vw;
    border-bottom: 1px solid black;

}

.RDH {

    text-align: center;
    padding-top: 2vw;
    margin-bottom: 1.6vw;
    color: #29CA8E;

}

.CWRAGH {

    padding-top: 3vw;
    margin-bottom: 2vw;
    text-align: center;
    color: #29CA8E;

}

.Ol {

    text-align: center;

}

.Ol li {

    font-size: 1.8vw;
    font-weight: 600;
    color: #444;
    text-align: center;

}

#section-children {

    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2vw 20vw;

}


.CH {

    position: absolute;
    left: 25%;
    padding-bottom: 2vw;
    top: 0vw;

}

.AOCH {

    position: absolute;
    left: 55%;
    padding-bottom: 2vw;
    top: 0vw;

}

#section-children .first {

    position: absolute;
    left: 25%;
    top: 4.5vw;


}



#section-children .second {

    position: absolute;
    left: 55%;
    top: 4.5vw;

}

li {

    list-style: none;

}

.first li {

    font-size: 1.6vw;
    padding-bottom: 1vw;
    color: #29CA8E;
    font-weight: 700;

}

.second li {
    font-size: 1.6vw;
    padding-bottom: 1vw;
    color: #29CA8E;
    font-weight: 700;

}


























.btn1 {
    background: transparent;
    /* margin-top: 10px; */
    padding: 8px 25px;
    border-radius: 10px;
    font-weight: 700;
    color: rgb(17, 17, 17);
    cursor: pointer;
    font-family: "Playwrite IT Moderna", serif;
    /* width: 40%; */
    height: 5vw; 
    border: 2px solid #29CA8E;
    /* margin-top: 8vw; */

}

.container1 {
    width: 100%;
    height: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.7vw;
    box-sizing: border-box;
    padding: 2vw;
}

.btn1:hover {
    /* background-color: rgb(1, 88, 1); */
    background-color: #29CA8E;
    transition: all .5s ease;
    transition: all ease-in-out .3s;
}

a {
    list-style-type: none;
    text-decoration: none;
    color: black;

}
a.btn1:hover
{

    color: rgb(17, 17, 17);

}


