html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow-x: hidden; /* Prevents horizontal scrolling */
    position: relative; /* Ensures correct layering */
}

#sky{
    padding-top: 50px;
    background-color: white;
}

h3{
    color:black;
    font-family: "Pacifico", cursive;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}

#sub{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    text-align: center;
    padding-bottom: 50px;
}

/* Sunlight zone */

#sunlightZone{
    background-color: #D3E2F2;
    padding:50px;
}

.turtle{
    text-align: center;
    margin-top:40px;
}

#turtle{
    width:150px;
}

#turtle:hover{
    width:175px;
}

.boldDepth{
    text-align:center;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
}

.zoneEnd{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    text-align: center;
}

.oceanInformation{
    margin-top:50px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

/* Twilight Zone */
#twilightZone{
    background-color: #829BCE;  
    padding: 40px;
}

.jellyfish{
    text-align: center;
}

#jellyfish{
    width: 150px;
    /* padding-top: 50px; */
}
#jellyfish:hover{
    width:175px;
}

/* Midnight Zone */
#midnightZone{
    background-color: #5E7ABE;
    padding:50px;
}

.midnightText{
    padding-top: 45px;
}

/* Abyssal Zone */
#abyssalZone{
    background-color: #304EA9;
    padding:50px;
}

/* Hadal Zone */
#hadalZone{
    background-color: #193490;
    padding:50px;
}