
 body {
        font-family: sugar;
        font-size: large;
        background-color: #ff5757;
        background-image: url("/assets/bgs/checkpatterngreen1.png");
        background-size: 300px;
        color: rgb(255, 255, 255);
        

  -webkit-animation: bg-scrolling-reverse 1.92s infinite;
  /* Safari 4+ */
  -moz-animation: bg-scrolling-reverse 1.92s infinite;
  /* Fx 5+ */
  -o-animation: bg-scrolling-reverse 1.92s infinite;
  /* Opera 12+ */
  animation: bg-scrolling-reverse 1.92s infinite;
  /* IE 10+ */
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
        
 }



/* Animations */
@-webkit-keyframes bg-scrolling-reverse {
  100% {
    background-position: 150px 150px;
  }
}
@-moz-keyframes bg-scrolling-reverse {
  100% {
    background-position: 150px 150px;
  }
}
@-o-keyframes bg-scrolling-reverse {
  100% {
    background-position: 150px 150px;
  }
}
@keyframes bg-scrolling-reverse {
  100% {
    background-position: 150px 150px;
  }
}
@-webkit-keyframes bg-scrolling {
  0% {
    background-position: 150px 150px;
  }
}
@-moz-keyframes bg-scrolling {
  0% {
    background-position: 150px 150px;
  }
}
@-o-keyframes bg-scrolling {
  0% {
    background-position: 150px 150px;
  }
}
@keyframes bg-scrolling {
  0% {
    background-position: 150px 150px;
  }
}


@font-face {
        font-family: dorky;
        src:url(assets/fonts/Dorkus-Regular.otf);
        }
@font-face {
        font-family: sugar;
        src:url(/assets/fonts/SugarSnow.otf);
        }




        a {
            color:rgb(252, 65, 211);
            
        }
        a:hover
        {
          color: #ff5757;
        }

main {
    padding-top: 70px;
}
.introbox {
    width: 30%; 
    margin: auto;
    padding-left: 4%;
    padding-right: 4%;
    background-color: #1e0322; 
    border-radius: 10ch;         
    border-style:outset ;
    border-color: rgb(54, 138, 68);
    border-width: 5px;
}

.logodiv {
    height: 0px;
    position: relative;
    bottom: 25px;
    right: 150px;
    width: 80%;
}

.logo {
    transform: rotate(-10deg);
    width: 80%;
    
    
}

.bottomdiv {
    margin: auto;
    width: 35%; 
     
    background-color: #1e0322; 
    border-radius: 2ch;         
    border-style:outset ;
    border-color: rgb(54, 138, 68);
    border-width: 5px;
}



@media only screen and (max-width: 900px) {


 body {
        font-family: sugar;
        font-size: large;
       padding: 10px;

 }

main {
    padding-top: 40px;
 }

 .introbox {
    width: 90%; 
    border-radius: 3ch;
}

.logodiv {
    height: 0px;
    width: 10%;
    position: relative;
    bottom: 50px;
    right: 0px;


}

.logo {
    transform: rotate(0deg);
    width: 300px;

    
}

.bottomdiv {
    width: 90%; 
    
    background-color: #1e0322; 
    border-radius: 2ch;         
    border-style:outset ;
    border-color: rgb(54, 138, 68);
    border-width: 5px;
}

}

