
body {
    margin: 0 0 0 0;
    background-image: url(BG1.webp);
    background-size: 18px 900px;
    width: auto;
    height: auto;
    text-align: -webkit-center;
}
.grid {
    width: 1000px;
    border: #edc879 inset 0px;
    box-shadow: #46260d80 0px 10px 10px;
    background: linear-gradient(0deg,#ffe09c 0%, #fff7db 34%);
    border-radius: 25px;
    display: inline-grid;
    column-gap: 10px;
    row-gap: 20px;
    grid-template-columns: minmax(auto) 1fr 3fr 1fr;
    grid-template-rows: minmax (100px 100px 100px);
    grid-template-areas: 
    'aa aa'
    'bb bb';
}
.aa {
    grid-area: aa;
    background-image: url(BG2.jpg);
    background-size: 100% 100%;
    border-radius: 25px;
    border: #000000 solid 0px;
    width: 100%;
    height: 280px;
    display: inline-grid;
    grid-template-columns: minmax(auto) 1fr 1fr;
    grid-template-areas: 
    'a1 a2';
}
.bb {
    grid-area: bb;
    border: #000000 solid 0px;
    width: 100%;
    height: 420px;
}
.cc {
    border: 2px solid #c18585;
    width: 960px;
    height: auto;
    display: inline-grid;
    grid-template-columns: minmax(auto) 1fr 1fr;
    grid-template-areas: 
    'c1 c2';
}
a{
    text-decoration: none;
    color: #aa0606;font-family: "Comic Relief", system-ui; font-weight: 400; font-size: 1rem;
    margin: 15px 15px;
    width: 100%;
    text-align: left;
    line-height: 0;
}
a:hover{
    text-decoration-line: underline;
    color: #0088ff;font-family: "Comic Relief", system-ui; font-weight: 400; font-size: 1rem;
    margin: 15px 15px;
    width: 100%;
    text-align: left;
    line-height: 0;
}
.EP {
    border: 1px solid #a18484;
    display: flex;
    width: 479px;
    height:51px;
}
.cc img {
    border: 1px solid #0000004e;
    width: 50px;
    height: 50px;
}
.c1 {
    grid-area: c1;
    border: 0px solid #940000;
    width: 478px;
    height: 100%;
}
.c2 {
    grid-area: c2;
    border: 0px solid #940000;
    width: 478px;
    height: 100%;
}
.a1 {
    grid-area: a1;
    border: 0px solid #000000;
    width: 780px;
    height: 100%;
}
.a1 img {
    border: 0px solid #000000;
    margin: -7.21cm 16cm;
    width: 210px;
    height: auto;
}
.a2 {
    grid-area: a2;
    border: 0px solid #000000;
    width: 200px;
    height: 100%;
}
p {
    color: #d10049;font-family: "Comic Relief", system-ui; font-weight: 800; font-size: 1.2rem;
    text-align: left;
    line-height: 1.4;
    -webkit-text-stroke: 0.5px #230404;
    text-shadow: 0 0 8px #859d90;
}
.box { display:none; }
.box.active { display:block; }

.type {
  border: 0px solid #000000;
  overflow: hidden;
  width: 560px;
  height: 250px;
  margin-top: 20px; margin-left: -180px;
}
button {
    color: #03643a;font-family: "Comic Relief", system-ui; font-weight: 800; font-size: 0.8rem; text-align: left;
    border: 1.5px outset #a2b17897;
    width: 160px;
    height: 25px;
    margin-bottom: 5px;
    margin-left: 50px;
    background: linear-gradient(0deg,#9abc3b5b 6%, #f4f8c1c5 38%);
}
button:hover {
    color: #03643a;font-family: "Comic Relief", system-ui; font-weight: 800; font-size: 0.8rem; text-align: left;
    border: 1.5px outset #69783e97;
    width: 160px;
    height: 25px;
    margin-bottom: 5px;
    margin-left: 50px;
    background: linear-gradient(0deg,#95b7415b 6%, #c7cc84c5 38%);
}
h1 {
    color: #347c10;font-family: "Comic Relief", system-ui; font-weight: 800; font-size: 1.3rem;
    margin-left: 50px;
}

/*----- custom scrollbar ----- */
::-webkit-scrollbar{
    width: 20px;
}
::-webkit-scrollbar-track{
    background: linear-gradient(0deg,#fffdf3 0%, #ffac4d 53%);
    border: dotted 3px #ffffff
}
::-webkit-scrollbar-thumb{
    border: dotted 4px #ffffff;
    background: linear-gradient(0deg,#fffdf3 0%, #ffac4d 53%);
}
::-webkit-scrollbar-corner {
    background: linear-gradient(0deg,#fff8ed 0%, #ffac4d 53%);
}