body, html {
	padding: 4;
	margin: 0;
	height: %;
	font-size: 12px;
  min-height: 100vh;
  background-image: linear-gradient(transparent, white 75%);
}


.page {
	padding: 4px;
	background-image: url('images/grid.png');
	background-color: #FFF;
}

.page h1:first-child {
	margin-top: 0;
}

img {
	max-width: 100%;
  
}
iframe {
	border: 0;
	width: 100%;
	height: 100%;
}

h1, h2, h3, h4 {
}

h1 {
}

h2 {
}

.wrapper {
	border: 6px outset #fff;
border-radius:100px 0% 0%;	width: 900px;
	margin: auto;
	margin-top: 30px;
  margin-bottom: 30px;
	box-sizing: border-box;
  border-color: #000;
  
}

.header {
	border-bottom: 15px outset;
	height: 160px;
	box-sizing: border-box;
	background-image: url('images/banner.png');
   background-position: center; 
  border-radius:88px 0% 0%;
 background-size: % ;
	position: relative;
}

.main {
	display: flex;
}

.side {
  border-right: 6px ridge;
  width: 200px;
  padding: 12px;
  box-sizing: border-box;
  background: #fff;
  color: white;
  min-height: 1200px;
}

.content {
	flex-grow: 1;
}

.button {
	display: block;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 12px;
	font-size: 17px;
	background-image: url('buttonbg.png');
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	letter-spacing: 3px;
	border: 1px solid #808080;
font-family: fancy;
}

.button:hover {
	text-decoration: underline;
}

.wrapper-body {
	background-image: url('images/flowerfield.gif');
	background-repeat: repeat-x;
	background-position: bottom; 
}

.cat {
  position: absolute;
  top: 0;
  right: 40px;
  height: 140px;
  filter: drop-shadow(2px 2px 0 black) drop-shadow(-1px 1px 0 black) drop-shadow(0 -1px 0 black) drop-shadow(1px 0 black);
}
.tac {
  position: absolute;
  top: 980px;
  right: -100px;
  height: 550px;
  filter: drop-shadow(2px 2px 0 black) drop-shadow(-1px 1px 0 black) drop-shadow(0 -1px 0 black) drop-shadow(1px 0 black);
}

.title {
  padding-top: 20px;
  padding-left: 20px;
}

h1 {
	color: #ffffff;
  text-align: center;
  font-size: 70px;
  height: 2px;
  filter: drop-shadow(1px 1px 0 black) drop-shadow(-1px 1px 0 black) drop-shadow(0 -1px 0 black) drop-shadow(1px 0 black);
}

h2 {
	color: #ffffff;
  filter: drop-shadow(1px 1px 0 black) drop-shadow(-1px 1px 0 black) drop-shadow(0 -1px 0 black) drop-shadow(1px 0 black);
}

.menu {
	 filter: drop-shadow(1px 1px 0 black) drop-shadow(-1px 1px 0 black) drop-shadow(0 -1px 0 black) drop-shadow(1px 0 black);
}
@font-face {
  font-family: pop;
  src: url(fonts/pop.TTF);
}
@font-face {
  font-family: fancy;
  src: url(fonts/metro.otf);
}
.blinkies {
  text-align: center;
}
@font-face {
  font-family: small;
  src: url(fonts/basiic.ttf);
}
.shadow {
    filter: drop-shadow(2px 2px 0 black) drop-shadow(-1px 1px 0 black) drop-shadow(0 -1px 0 black) drop-shadow(1px 0 black);
	padding:2px;
}
.shadow1 {
    filter: drop-shadow(2px 2px 0 black) drop-shadow(-1px 1px 0 black) drop-shadow(0 -1px 0 black) drop-shadow(1px 0 black);
	text-align: center;
}
.shadowcenter {
    filter: drop-shadow(2px 2px 0 black) drop-shadow(-1px 1px 0 black) drop-shadow(0 -1px 0 black) drop-shadow(1px 0 black);
  margin-left: auto;
  margin-right: auto;
	 display: block;
}
.center {
	 display: block;
  margin-left: auto;
  margin-right: auto;
}
hr {
	  border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}
.scroll {
	border-style: inset;
	background-color: #fff;
	border-radius: 2px;
	}

.text {
	color: #ffffff;
  font-size: 15px;
  filter: drop-shadow(1px 1px 0 black) drop-shadow(-1px 1px 0 black) drop-shadow(0 -1px 0 black) drop-shadow(1px 0 black);
	}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: grey; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #808080; 
} 
.image01 {
border: 1.5em solid;
border-image-slice: 130 125 125 130;
border-image-outset:0px 0px 0px 0px;
border-image-repeat:stretch stretch;
border-image-source:url("https://files.catbox.moe/16vx4u.png");
	  display: block;
  margin-left: auto;
  margin-right: auto;
}
.shadowcolor {
  filter: drop-shadow(3px 0px #FF7F7F) drop-shadow(3px 0px #FF6F6F) drop-shadow(3px 0px #FF5B5B) drop-shadow(3px 0px #FF4040);
  margin-left: auto;
  margin-right: auto;
	 display: block;
}
.paddingthing {
	padding:10px;
}
	 .marquee {
        display: flex;
        overflow: hidden;
      }
      .marquee-container {
        display: flex;
        justify-content: space-around;
        margin: 15px;
        animation: scroll 10s infinite linear;
      }
      .marquee .marquee-container div {
        display: inline-flex;
        flex-direction: column;
        text-align: center;
        /* filter: grayscale(50%); */
        /* transition: filter 0.5s ease; */
      }
      @keyframes scroll {
        from {transform: translateX(100vw);}
        to {transform: translateX(-100%);}
      }
      .marquee-container:hover {
        animation-play-state: paused;
      }
      .marquee a {
        text-decoration: none;
        color: inherit;
      }
      .secret {
        animation: flicker 5s infinite step-end;
      }
      @keyframes flicker {
        0% {filter: grayscale(100%);}
        30% {filter: grayscale(0%);}
        32% {filter: grayscale(100%);}
        40% {filter: grayscale(0%);}
        42% {filter: grayscale(100%);}
        84% {filter: grayscale(0%);}
        100% {filter: grayscale(100%);}
      }
      .responsive-img {
        max-width: 150%;
      }
}