html {
	font-family: 'Catamaran', sans-serif;
	background-color: #000000;
	color: #e8e6e3;
}


footer {
    text-align: center;
    padding: 50px;
	position: fixed;
	bottom: 0px;
	padding:0px;
	font-size: small;
	opacity: 30%
}

header p {
	font-size: 450%;
	padding: 0px;
	margin: 0px;
	margin-bottom: -.5%;
}

#errorCode {
	font-size: small;
	opacity: 50%
}

html {
  /* The image used */
  background-image: url("https://wiki.wolfdo.gg/404/error.png");

  /* Full height */
  height: 100%;
  margin: 0;
  
  background-position: right bottom; /*Positioning*/
  background-repeat: no-repeat; /*Prevent showing multiple background images*/
  
  /* Center and scale the image nicely */

}

/* ----------------------------------------------
 * Generated by Animista on 2020-11-29 21:12:18
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes fade-in-bottom{0%{-webkit-transform:translate(-50%, 50px);transform:translate(-50%, 50px);opacity:0}100%{-webkit-transform:translate(-50%, 0px);transform:translate(-50%, 0px);opacity:1}}@keyframes fade-in-bottom{0%{-webkit-transform:translate(-50%, 50px);transform:translate(-50%, 50px);opacity:0}100%{-webkit-transform:translate(-50%, 0px);transform:translate(-50%, 0px);opacity:1}}