@font-face {
    font-family: pixel;
    src: url(./fonts/04B_30__.TTF);
}
html,body {
    min-height: 100%;
    margin: 0;
    

}
body {
    background: linear-gradient(to bottom,rgb(12, 31, 56),rgb(0, 0, 0));
    background-size: 100% 100%;
    margin: 0;
    font-family: pixel;
}
#sign {
    position: absolute;
    scale: 0.7;
    left: 35px;
    top: -300px;
}


#testchar {
    transform: scale(0.4);
    position: absolute;
    bottom: -200px;
    left: 300px;
}
#box {
    width: 600px;
    height: 250px;
    background-color: black;
    border-color: rgb(255, 255, 255);
    border-radius: 0.5rem;
    border-width: 5px;
    border-style: solid;
    position: relative;
    left: 600px;
    bottom: 200px;
}
#dialog {
    color: rgb(255, 255, 255);
    font-size: 25px;
    left: 10px;
    top: -10px;
    width: 550px;
    height: 200px;
    position: relative;
}
#opt {
    display: flex;
    gap: 25px;
    position: absolute;
    bottom: 75px;
    left: 450px;

}
.options {
    width: 200px;
    height: 75px;
    background-color: black;
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 66px;
    border-radius: 0.5rem; border-width: 5px; border-color: rgb(255, 255, 255); border-style: solid;
    transition: transform 0.1 ease;
}
.options:hover {
    transform: scale(1.1);
}
#opbanner {
    display: flex;
    text-align: center;
    justify-content: center;
    font-style: oblique;
    font-size: 50px;
    color: aliceblue;
    
}




/*#maxB {
    position: fixed;
    background-color: black;
    width: 60px;
    height: 60px;
    border-radius: 2rem;
    right: 20px;
    bottom: 20px;
    z-index: 2;
}*/
#maxH {
    position: absolute;
    bottom: 0px;
    scale: 0.8;
    left: 160px;
    
}



#contactme {
    position: absolute;
    bottom: 80px;
    width: 800px;
    height: 300px;
    background-color: rgb(255, 255, 255);
    border-radius: 0.5rem;
    border-style: dotted;
    border-color: rgb(224, 70, 70);
}
#esection {
    display: flex;
}
#contactme h2 {
    text-align: center;
}
.emailint {
    margin: 10px;
    width: 100%;
}
#email {
    width: 80%;
    height: 25px;
    font-size: 1em;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-color: rgb(0, 89, 255);
}
#postimg {
    width: 100%;

}
#postimg button {
    position: relative;
    bottom: 50px;
    background-color: crimson;
    width: 100px;
    height: 35px;
    border-radius: 0.3rem;
}
.postage {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-style: dashed;
    margin: 5px;
    margin-right: 100px;
}
#contactinfo h5 {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-style: solid;
    border-color: rgb(0, 89, 255);
    width: 80%;
    margin: 0;
}
#contactinfo h4 {
    margin-bottom: 10px;
}


#comictab {
    width: 100%;
    height: 2000px;
    top: 1090px;
    background: linear-gradient(to bottom,rgb(8, 0, 37),rgb(0, 0, 0));
    position: relative; margin: auto;
    display: flex;
    justify-content: center;
    background-image: url('./img/floorwall1.png');

}
#comintro {
    display: flex;
    text-align: center;
    position: absolute;
    width: 450px;
    height: 50px;
    background-color: rgb(241, 160, 122);
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
}   

#csbanner{
    width: 100%;
    height: 500px;
    top: 120px;
    position: relative;
    display: flex;
    justify-content: center;
    background-color: aliceblue;
    overflow: hidden;
}
#csroller{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    left: 0px;
}
#leftb {
    display: flex;
    align-self: center;
    left: 0px;
    position: absolute;
    z-index: 1;
    width: 200px;
    height: 500px;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: transparent;
}
#leftb:hover {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.507), rgba(78, 78, 78, 0));
}
#rightb {
    display: flex;
    align-self: center;
    right: 0px;
    position: absolute;
    z-index: 1;
    width: 200px;
    height: 500px;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: transparent;
}
#rightb:hover {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.507), rgba(78, 78, 78, 0));
}
.comicslot {
    width: 300px;
    height: 400px;
    position: relative;
    margin: 20px;
    padding: 0px;
    text-align: center;
    border-radius: .5rem;
    align-items: center;
    left: 0;

}
.cthumb {
    border-radius: 0.5rem;
    width: 300px;
    height: 400px;
    object-fit: cover;
    
}
.cthumb:hover {
    transform: translateY(-10px);
}


#comicpage {
    position: absolute;
    width: 1200px;
    height: 900px;
    background-color: rgb(95, 110, 124);
    bottom: 400px;
    border-radius: 0 0 1rem 1rem;


}
#comicimg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#navbar {
    position: absolute;
    background-color: rgb(95, 110, 124);
    width: 1200px;
    height: 50px;
    border-radius: 1rem 1rem 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -5.6%;
    border-bottom-style: solid;
    border-color: rgb(64, 72, 80);
}
#pagenum {
    position: absolute;
    color: aliceblue;
    display: flex;
    align-items: center;
    justify-content: center;
    scale: 1.5;
}

.navopt {
    height: 50px;
    width: 400px;
    background-color: rgb(95, 110, 124);
    border: none;
    border-color: rgb(64, 72, 80);
    
}
.navopt:active {
    background-color: rgb(70, 81, 92);
}
#lb {
    margin-right: 200px;
    border-radius: 1rem 0 0 0;
    border-right-style: solid;
}
#rb {
    margin-left: 200px;
    border-radius: 0 1rem 0 0;
    border-left-style: solid;
}

#recmenue {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#recmenue h2 {
    width: 100%;
    text-align: center;
}
.recslot {
    margin: 10px;
    flex-direction: column;
    z-index: 1;
}
.recthumb {
    border-radius: 0.5rem;
    width: 300px;
    height: 400px;
    object-fit: cover;
}
.recthumb:hover {
    scale: 1.1;
}

#leftp {
    height: 100%;
    width: 49%;
    position: absolute;
}
#rightp {
    position: absolute;
    height: 100%;
    width: 49%;
    right: 0px;
}


#bubblefx {
    position: fixed;
    width: 2000px;
    height: 920px;
    pointer-events: none;
    z-index: 100;
    z-index: -1;

}
#seafloor {
    position: absolute;
    background-image: url('./img/floort3.png');
    background-size: 50%;
    width: 100%;
    height: 100%;
    top: 80%;
}

#fishc {
    position: absolute;
    background-color: rgb(255, 255, 255);

}
/*
#fmes {
    position: absolute;
    width: 200px;
    height: 100px;
    background-color: rgb(0, 0, 0);
    left: 0%;
    top: 0%;
    border-radius: .5rem;
    border-width: 3px;
    border-color: azure;
    border-style: solid;
    color: rgb(255, 255, 255);

}
*/

#kelp {
    position: absolute;
    top: 0%;
    left: 0%;
    overflow-x: hidden; max-width: 100%;
    
}

.fish {
    scale: 0.5;
}
.jellyfish {
    scale: 0.5;
}