body {
    background-color: #deeeef;
}

.wrapper {
    display: flex;
    flex-direction: column;
    align-items: center; 
    padding: 20px; 
    position: absolute;
}

.circle{
    position: absolute;
    top: 425px;
    left: 1200px;
    background-color: #e4843e; 
    width: 450px; 
    height: 450px;
    box-sizing: border-box;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center; 
}

.circle .pic {
    width: 90%;
    height: 90%;
    object-fit: cover; 
    border-radius: 50%;
    transform: scaleX(-1);
}

.box {
    background-color: #6f91a8;
    border-radius: 25px;
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
    width: 80%; 
    margin-bottom: 20px; 
}

.top-box {
    position: absolute;
    background-color: #98bdd6;
    width: 750px; 
    height: 250px;
    top: 90px;
    left: 315px;
}

.bottom-box {
    position: absolute;
    width: 1030px; 
    height: 380px;
    top: 465px;
    left: 315px;
}

.pawprint {
    position: absolute;
    top: 85px;
    left: 880px;
    height: 300x;
    width: 300px;
}

.frogprint {
    position: absolute;
    top: 115px;
    left: 935px;
    height: 300x;
    width: 300px;
}

.musicnote {
    position: absolute;
    top: 85px;
    left: 915px;
    height: 250x;
    width: 250px;
}

.fire {
    position: absolute;
    top: 45px;
    left: 880px;
    height: 300x;
    width: 300px;
}
.banner {
    position: absolute; 
    top: 20px;
    bottom: 25px;
    left: 850px;
    margin-top: 100px; 
    right: -200px; 
    width: 900px; 
    height: 700px;
    border-radius: 15px 15px 15px 15px; 
    background-color: #6f91a8;
    display: flex;
    flex-direction: column;
    padding: 40px; 
    box-sizing: border-box; 
}

.banner p {
    font-size: 34px;  
    font-family: "ABeeZee", sans-serif;
    color: #deeeef;
    text-align: left; 
    position: absolute;
    top: 25px;
    left: 50px;
    margin-right: 50px;
}

.side_banner {
    position: absolute; 
    width: 235px;
    height: 1000px; 
    background-color: #426780;
    box-sizing: border-box; 
    top: -10px;
    left: -10px; 
}

.side_banner p {
    font-family: "Atkinson Hyperlegible", sans-serif;
    font-size: 70px; 
    color: #e4843e;
    transform: rotate(-90deg); 
    transform-origin: left bottom; 
    white-space: nowrap; 
    margin: 0; 
    position: absolute; 
    top: 550px; 
    left: 115px;
}

.large-text p {
    font-family: "Atkinson Hyperlegible", sans-serif;
    font-size: 110px;
    color: #e4843e; 
    position: absolute;
    font-weight: 700;
    letter-spacing: 5px;
    transform: rotate(-90deg); 
    transform-origin: left bottom; 
    white-space: nowrap; 
    margin: 0; 
    top: 650px;  
    left: 235px;  
    right: 0px; 
}

#back, #next, #nextSpecial {
    background-color: #98bdd6;
    color: #deeeef;
    width: 250px;
    height: 90px;
    border: none;
    border-radius: 50px;
    display: flex; 
    justify-content: center; 
    align-items: center; 
    cursor: pointer;
    transition: 0.3s;
}

#back {
    position: absolute;
    left: 1300px;
    top: 245px;
}

#next {
    position: absolute;
    left: 1300px;
    top: 85px;
}

#nextSpecial {
    position: absolute;
    left: 1300px;
    top: 760px;
}

#back:hover, #next:hover, #nextSpecial:hover {
    transform: scale(1.1);
    background-color: #426780;
    position: fixed;
}


.island {
    height: 470x;
    width: 600px;
    position: absolute;
    top: 350px;
    left: 115px;
    object-fit: cover;
}

h1 {
    font-size: 85px;
    font-weight: 800;
    font-family: "Atkinson Hyperlegible", sans-serif;
    color: #426780;
    letter-spacing: 2px;
    margin: 0;
    position: absolute;
    top: 75px;
    left: 150px;
}

h1 .indent {
    display: inline-block;
    margin-left: 35px; 
}


h2 {
    font-size: 38px;
    font-family: "Atkinson Hyperlegible", sans-serif;
    color: #274f6b;
    margin: 10px 0;
}


h3 {
    font-family: "Varela Round", sans-serif;
    font-weight: 800;
    font-size: 65px; 
    margin-top: 65px;
    text-align: center;
    position: absolute;
}

p {
    font-size: 24px;
    font-weight: 200;
    line-height: 1.6;
    color: #deeeef;
    margin-bottom: 20px;
    font-family: "Atkinson Hyperlegible", sans-serif;
}

.custom-margin {
    margin-top: 10px;
    margin-right: 150px;
}

.fun-fact {
    font-size: 24px;
    line-height: 1.6;
    color: #426780;
    margin-bottom: 35px;
    font-family: "Atkinson Hyperlegible", sans-serif;
    margin-top: -40px;
    margin-right: 150px;
}

.fun-fact-large {
    font-size: 50px;
    font-style: oblique;
    font-weight: 600;
    line-height: 1.6;
    color: #274f6b;
    margin-bottom: 35px;
    font-family: "Atkinson Hyperlegible", sans-serif;
    margin-top: -10px;
    margin-right: 80px;
    margin-left: 5px;
}