body{
    margin: 0;
    padding: 0;
    background: #291b10;
    overflow-x: hidden;
}

@font-face {
    font-family: MikadoBold;
    src: url(mikadobold.otf);
}


h1,h2,h3,h4,h5,h6,a,p,label,button,marquee,li{
    margin: 0;
    padding: 0;
    font-family: MikadoBold;
    color: #fff;
}

h3{
    font-size: 24px;
}

.pageheader{
    background: url(https://ob3baked.web.app/bgloop.png);
    height: 250px;
    background-size: 830px;
    background-repeat: repeat-x;
    
}

.hcenter{
    width: 100%;
    height: 250px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}


#headerclick{
    z-index: 999999;
}

#headerlogo{
    width: 300px;
    margin-top: 50px;
}

#headerrunner{
    position: absolute;
    z-index: 10;
}

#headerrunner img{
    width: 250px;
    left: 0;
}

.pagemain{
    background: url(https://ob3baked.web.app/floor.png);
    background-size: 2530px;
    height: 100%;
    background-repeat: no-repeat;
}

.maincontent{
    width: 700px;
    margin: auto;
    height: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.mainnav{
    display: flex;
    gap: 20px;
    padding: 0 15px;
    height: 50px;
    width: calc(100% - 30px);

}

.navlink{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 10px solid transparent;
    border-image-source: url(https://ob3baked.web.app/tab.png);
    border-image-slice: 25 fill;
    border-image-repeat: stretch;
    text-shadow: -1.5px -1.5px 0 #000, 1.5px -1.5px 0 #000, -1.5px 1.5px 0 #000, 1.5px 1.5px 0 #000;
    text-decoration: none;
    font-size: 20px;

}

.navlink:hover{
   filter: brightness(0.7);
   cursor: pointer;
}

.mainsection{
    padding: 45px;
    border: 10px solid transparent;
    border-image-source: url(https://ob3baked.web.app/box_bg.png);
    border-image-slice: 50 fill;
    border-image-repeat: stretch;
}

#mainintrovideo{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

#mainintrovideo iframe{
    position: absolute;
    border-radius: 10px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#mainactions{
    display: flex;
    position: relative;
    gap: 15px;
    align-items: center;
    justify-content: center;
    margin: 25px 0;
}

#mainactions a{
    height: 70px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
}

#gamedownload button{
    width: 100%;
    font-size: 26px;
    height: 100%;
    background: transparent;
    border: 10px solid transparent;
    border-image-source: url(https://ob3baked.web.app/btn_big_green.png);
    border-image-slice: 15 fill;
    border-image-repeat: stretch;
    text-shadow: -1.5px -1.5px 0 #000, 1.5px -1.5px 0 #000, -1.5px 1.5px 0 #000, 1.5px 1.5px 0 #000;
}

#gamesocial button{
    width: 100%;
    font-size: 26px;
    height: 100%;
    background: transparent;
    border: 10px solid transparent;
    border-image-source: url(https://ob3baked.web.app/btn_discord_content.png);
    border-image-slice: 15 fill;
    border-image-repeat: stretch;
    padding-left: 35px;
    text-shadow: -1.5px -1.5px 0 #000, 1.5px -1.5px 0 #000, -1.5px 1.5px 0 #000, 1.5px 1.5px 0 #000;
}

#webplay{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

#gameweb button{
    width: 270px;
    font-size: 26px;
    height: 80px;
    background: transparent;
    border: 10px solid transparent;
    border-image-source: url(https://ob3baked.web.app/btn_play.png);
    border-image-slice: 15 fill;
    border-image-repeat: stretch;
    padding-left: 35px;
    text-shadow: -1.5px -1.5px 0 #000, 1.5px -1.5px 0 #000, -1.5px 1.5px 0 #000, 1.5px 1.5px 0 #000;
}

#mainactions button:hover, #gameweb button:hover{
    filter: brightness(0.9);
    cursor: pointer;

}

.pagefooter{
    background: url("https://ob3baked.web.app/epN01_tm05_tb1.png");
    height: 189px;
    background-repeat: repeat-x;
    padding: 45px;
    text-shadow: -1.5px -1.5px 0 #000, 1.5px -1.5px 0 #000, -1.5px 1.5px 0 #000, 1.5px 1.5px 0 #000;
    
}

#jellyworml {
  cursor: pointer;
 position: absolute;
 left: 50%;
 transform: translate(300%, -118.7%)
}

#jellyworms {
  cursor: pointer;
 position: absolute;
 left: 50%;
 transform: translate(-380%, -129.7%)
}

#bottomcontent {
  display: flex;
  position: relative;
  gap: 385px;
  justify-content: center;
  }
#twt {
  width: 48px;
}

#mainupdate h1,
#mainupdate h2,
#mainupdate h3,
#mainupdate li,
#mainupdate p {
 color: black; 
}

.currupsec {
  background: linear-gradient(#FFFFFF, #ffe4bd);
  border-radius: 2px;
  padding: 5px 10px 50px 10px;
  margin-bottom: 20px;
  position: relative;
}

.updatetitle{
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #e1c196;
    padding-bottom: 5px;
}

#braveup {
  position: absolute;
    right: 0;
    bottom: 0;
    height: 150px;
}

.upsec {
  background: linear-gradient(#FFFFFF, #fff0d8);
  border-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 20px;
}

.updtitle-ico{
    width: 44px;
}

.news-imgs{
    border-radius: 5px;
    min-width: none;
    min-height: 0;
    display: flex;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
}

.news-imgs:hover{
  overflow-x: scroll;
}

.news-imgs img{
    height: 380px;
}

.credit{
    display: flex;
    align-items: center;
    gap: 5px;
}

.credit img{
    width: 40px;
    padding: 5px 0;
}

.credit a{
    text-decoration: none;
}

.disabled{
    filter: brightness(0.6);
}

.hinews {
  margin: 25px 0;
}



@media  only screen and (max-width: 720px) {
    .maincontent{
        width: auto;
    }
    .mainsection{
        padding: 20px;
    }
    #mainactions a{
        font-size: 26px;
        background-size: 100% 100%;
        margin-bottom: 10px;
    }
    #mainactions{
        height: auto;
        display: block;
    }
    #bottomcontent {
        height: auto;
        display: block;
    }
    #socials {
     margin-top: 40px; 
    }
    .news-imgs{
        display: flex;
        overflow-y: scroll;
    }
    .news-imgs img{
        max-width: 100%;
        height: auto;
    }
    #jellyworml {
        height: 0;
        left: 0;
        transform: translate(0, 0)
}

#jellyworms {
  height: 0;
  left: 0;
 transform: translate(0, 0)
}
}