    @font-face {
        font-family: dorky;
        src:url("/assets/fonts/Dorkus-Regular.otf");
        
    }
    @font-face {
        font-family: ssnow;
        src:url("/assets/fonts/SugarSnow.otf");
        
    }
   
    .container {
        max-width: 1100px;
        padding-top: 100px;
        padding-bottom: 100px;
        margin: auto;
        display: flex;
        flex-direction: column;

        

    }


 

    body {
        font-family: dorky;
        font-weight: bold;
        font-size:x-large;
        margin: 0;
        background-image:url(/assets/bgs/stars_small_anim.png), linear-gradient(0deg, #0dc478, #d379bf ,#f88ede);
        background-blend-mode:lighten;
        background-repeat: repeat;
        background-size: 500px;
        background-attachment: fixed;
        margin: auto;
        min-height:100%;

      z-index: -8;
        
        color: #000000;
    }
    a {
        color: #fafd29;
        text-decoration: none;
    }
        #rainbow a:hover {
            color: #ff6f6f;
        }
        #rainbow2 a:hover {
            color: #ffa239;
        }
        #rainbow3 a:hover {
            color: #fafd29;
        }
        #rainbow4 a:hover {
            color: #45ff35;
        }
        #rainbow5 a:hover {
            color: #4b3eff;
        }
        #rainbow6 a:hover {
            color: #8d099e;
        }
        .star-liner {
            width: 50%;
        }

        main {
        background-color: #102768;
        background-image: url('/assets/bgs/checkpatterngreen1.png');
        background-blend-mode:color-dodge;
        width: 80%;
        border-style:outset ;
        border-color: rgb(28, 18, 71);
        color: #f0ffaf;
        border-width: 5px;
        margin: auto;
        padding: 5%;
        padding-top: 50px;
        border-radius: 3ch;
        order: 1;

        }

        .Main1 {
            padding-top: 20px;
        }

        h1 {
            font-family: ssnow;
        }

        h2 {
            font-family: ssnow;
        }

        .Main2 {
            padding-top: 280px;
        }
        .Welc1 {
            font-family: ssnow;
            color: #45ff35;
        }

        .block {
            display:flex;
            flex-wrap: wrap;
            align-items: baseline;
        }

        .comicblock {
            width: 30%;
            flex-direction: row;
        }
        .comicblock img {
            width: 100%;
        }
  footer {

    position: absolute;
    top: 110%;
    width:100%;
    height: 1000px;
    background-image: url(/assets/bgs/footer.png);
    background-repeat: repeat;
    z-index: -3;

}

  .footerAbout {

    position: absolute;
    top: 162%;
    width:100%;
    height: 1000px;
    background-image: url(/assets/bgs/footer.png);
    background-repeat: repeat;
    z-index: -3;

}


@media only screen and (max-width: 950px){

body {
    overflow-x: hidden;
    margin: auto;
}
 .container {
        max-width: 800px;
        padding-top: 100px;
        padding-bottom: 100px;



        

    }
.Main1 {
    padding-left: 10px;
    padding-right: 20px;
}

main {
        width: 90%;
        border-style:outset ;
        border-width: 5px;
        margin: auto;
        padding: 5%;
        padding-top: 50px;
        border-radius: 3ch;
        order: 1;

        }

    .star-liner {
            width: 100%;
        }


        .Main1 {
            padding-top: 20px;
        }

        .Main2 {
            padding-top: 280px;
        }
        .Welc1 {
            font-family: ssnow;
            color: #45ff35;
        }

  
  footer {

    position: absolute;
    top: 140%;
    width:100%;
    height: 1000px;
    background-image: url(/assets/bgs/footer.png);
    background-repeat: repeat;
    z-index: -3;

}

  .footerAbout {

    position: absolute;
    top: 162%;
    width:100%;
    height: 1000px;
    background-image: url(/assets/bgs/footer.png);
    background-repeat: repeat;
    z-index: -3;

}

#bttn {
    display: none;
    
}
.comicblock {
            width: 50%;
            flex-direction: row;
        }

.mobile-hide {
    display: none;
}

}