	<style>

.pixelify-sans-<uniquifier> {
  font-family: "Pixelify Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.crafty-girls-regular {
  font-family: "Crafty Girls", cursive;
  font-weight: 400;
  font-style: normal;
}

.pop {
 font-size:2em;
 color: #;
 text-align:center; /* looks weird often if not aligned in center */
 -webkit-animation: pop 1s ease-in-out infinite alternate;
 -moz-animation: pop 1s ease-in-out infinite alternate;
 animation: pop 1s ease-in-out infinite alternate;
}

@keyframes pop {
  from { transform:scale(0.95) }
  50% { transform:scale(1) }
  to { transform:scale(0.95) }
}
   
@-webkit-keyframes pop {
  from { -webkit-transform:scale(0.95) }
  50% { -webkit-transform:scale(1) }
  to { -webkit-transform:scale(0.95) }
}	

.tumblrwob {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  white-space:pre;
  font-size: 2em;
  font-family: Arial;
}

.wobble:nth-child(4n+1) {
  -webkit-animation:tumblrwobble 4s ease-in-out -.5s infinite;
  animation:tumblrwobble 4s ease-in-out -.5s infinite
}

@keyframes tumblrwobble{
  0%  { transform:translateY(5%) skew(3deg) }
  25% { transform:translateY(-5%) }
  50% { transform:translateY(5%) skew(-3deg) }
  75% { transform:translateY(-5%) }
  to { transform:translateY(5%) skew(3deg) }
}

@-webkit-keyframes tumblrwobble{
  0%  { transform:translateY(5%) skew(3deg) }
  25% { transform:translateY(-5%) }
  50% { transform:translateY(5%) skew(-3deg) }
  75% { transform:translateY(-5%) }
  to { transform:translateY(5%) skew(3deg) }
}

.wobble:nth-child(4n+2){
  -webkit-animation:tumblrwobble 4s ease-in-out -1s infinite;
  animation:tumblrwobble 4s ease-in-out -1s infinite;
}

.wobble:nth-child(4n+3){
  -webkit-animation:tumblrwobble 4s ease-in-out -1.5s infinite;
  animation:tumblrwobble 4s ease-in-out -1.5s infinite;
}

.wobble:nth-child(4n){
  -webkit-animation:tumblrwobble 4s ease-in-out 0s infinite;
  animation:tumblrwobble 4s ease-in-out 0s infinite;
}

	body {
			cursor: url("https://kitschymew.neocities.org/assets/mew%20cursor.png"), auto;
			}
    
			a[href], input[type='submit'], input[type='image'], label[for], select, button {
			cursor: pointer;
			}
			
			::selection {
			color: black;
			background: pink;
			}
			
			::moz-selection {
			color: black;
			background: pink;
			}
	
		@font-face {
                font-family: Nunito;
                src: url('https://sadhost.neocities.org/fonts/Nunito-Regular.ttf');
            }

            @font-face {
                font-family: Nunito;
                src: url('https://sadhost.neocities.org/fonts/Nunito-Bold.ttf');
                font-weight: bold;
            }

            @font-face {
                font-family: Nunito;
                src: url('https://sadhost.neocities.org/fonts/Nunito-Italic.ttf');
                font-style: italic;
            }

            @font-face {
                font-family: Nunito;
                src: url('https://sadhost.neocities.org/fonts/Nunito-BoldItalic.ttf');
                font-style: italic;
                font-weight: bold;
            }
			
			
		
		body {
			text-align:center;
			font-family: 'Nunito';
			background: url("https://64.media.tumblr.com/fe67e0de8076121a28fee077232554a2/73eaaa3e7bedb711-59/s1280x1920/f87d56580fa6578a406cfeb0cbc1a33f2d82eed5.gif") repeat;
			background-size: 10%;
			color: white;
		}
		
		h1 {
		font-family: 'Pixelify Sans', sans-serif;
		line-height: 1.5;
		color: #FF3399;
		}
		
		strong {
		color: #FF3399;
        }
		
		#container {
			width: 1080px;
			margin: 0 auto;
      background-color: #6ED9FF;
		}
		
		.imageCenter {
		display: block;
		margin-left: auto;
		margin-right: auto;

		}
		
	
	
	</style>