@font-face {
    font-family:pixelated;
    src: url(images/rainyhearts.ttf);
}
*{
    font-family: 'pixelated';
    image-rendering: pixelated;
    text-rendering:geometricPrecision;
    shape-rendering: crispEdges;
    padding: 0;
    cursor: url('https://file.garden/aOLHIZVloELMsOVw/nat507.cur'), auto;
    margin: 0;
}
#everything{
    margin: 0 auto;
    max-width: 60%;
}
.main-everything{
    display: flex;
    justify-content: space-around;
}
#dexeverything{
    margin-top: 100px;
    margin: 0 auto;
    max-width: 60%;
}
#indexbox{
    border: 1px solid black;
    background-color: rgb(89, 189, 255);
    box-shadow: #a5d5ff 0px 1px 2px 2px inset;
    padding: 10px;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    margin-top: 20%;
}
#indexbox h1 , h2{
    color:rgb(255, 0, 0);
    line-height: 30px;
}
#indexbox p{
    font-size: larger;
}
.button img{
    max-height:150px;
}
#fake-ad1{
    margin-bottom: 10px;
    text-align: center;
}
#fake-ad1 img{
    margin-top:10px;
    height:70px
}
body{
  background-image: url(images/blue-butterfly-stars-pattern.gif); 
}
#side-navbar{
    width: 15%;
    height:320px;
    border: 1px solid rgb(0, 0, 0);
    background-color: rgb(89, 189, 255);
    padding: 5px;
    float: right;
    display: grid;
    box-shadow: #c2e9ff 0px 1px 2px 2px inset;
    border-radius: 10px;
    font-size: 17px;
    overflow: hidden;
}
#side-navbar p{
    font-size: larger;
}
#side-navbar a{
    color:rgb(0, 8, 120);
    font-size: larger;
}
#side-navbar a:hover{
    color:rgb(69, 97, 158);
}
#marquee-box{
    margin-top : 10px;
    border:1px solid rgb(0, 0, 0);
    background-color: rgb(191, 221, 255);
    display: flex;
    padding: 10px;
    box-shadow: #ffffff 0px 1px 2px 2px inset;
    border-radius: 10px;
    height:20%;
}
#marquee-box img{
    width:100%;
}
.main-box-img img{
    position:relative;
    margin:10px;
    width:30%;
    float:left;
}
#main-box{
    width: 80%;
    float:left;
    border:1px solid rgb(0, 0, 0);
    padding: 10px;
    background-color: rgb(89, 189, 255);
    border-radius:12px;
    box-shadow: #a5d5ff 0px 1px 2px 2px inset;
    padding-left:10px;
    text-align: center;
    scrollbar-width: thin; /* auto or none */
    scrollbar-color:  rgb(97, 89, 255) rgb(89, 189, 255);
}
.divider img{
    height: 100%;
    width: 100%;
    border-radius: 20px;
}
.divider1 img{
    position:sticky;
    width:100%;
    bottom: 0;
}
.textnothers{
    background-color: #c2e9ff79;
    font-weight: bold;
}
@media (max-width:900px) {
    #main-box{
        position: relative;
        width:93%;
        overflow: scroll;
        z-index: 2;
        padding:10px;
    }
    #side-navbar{
        text-align: center;
        margin: 0 auto;
        padding:10px;
        width:93%;
    }
    #fake-ad1 img{
        max-height:100%
    }
    .textnothers{
        width: 90%;
        margin: 0;
        float:left;
        padding:2%;
    }
    .main-box-img img{
        position: static;
        width: 90%;
        text-align: center;
    }
    #everything{
    max-width:90%;
    overflow-x: hidden;
    }
    .main-everything{
        float:right;
        display: block;
        max-width:100%;
    overflow-x: hidden;
    }
    body{
        margin:0;
        overflow-x: hidden;
    }
    #marquee-box{
        max-width: 50%;
        margin: 0 auto;

    }
    #marquee-box img{
    width:100%;
    }
    #marquee-box{
        height:100%;
    }
}