 @font-face { 
	font-family: helvetica; 
	src: url(helvetica_bold1.ttf); 
} 

 @font-face { 
	font-family: arialroundbold; 
	src: url(ARLRDBD.ttf); 
} 


/* - GLitter noir background
body {
	background-color:#ecff16 ;
	background-image: url("Glitter_Noir2.gif");
	background-repeat: no-repeat;
	background-size: 300%;
	margin:0;
	height: 400vh;	
	background-position: center;
}
*/

body {
	background-color:#ecff16;
}


html {
  height:100%;
  width:100%;
}













.flashgametext {
	text-align: left;
	font-size: 50px;
	color: #3b2f36;
	font-family: helvetica;
	letter-spacing: -4px;
	word-spacing: 0px;
	font-weight: Bold;
}

.freemariotext {
	font-size: 50px;
	color: #3b2f36;
	font-family: helvetica;
	letter-spacing: -4px;
	word-spacing: 0px;
	font-weight: Bold;
}

.freemariotext:hover {
	color: #58c2ff;
}

.freemariocapsule {
	display: flex;
	justify-content: center;
	align-items: center;
	height:100%;
}








.regtext3 {
	text-align: center;
	font-size: 100px;
	color: #3b2f36;
	font-family: helvetica;
	background-color: #30c8ff;
	letter-spacing: -4px;
	word-spacing: 0px;
	font-weight: Bold;
	margin-bottom: 50px;
}


.logo {
	text-align: left;
	font-size: 20px;
	color: #f5427e;
	font-family: arialroundbold;
	background-color: #3bb7ff;
	margin-bottom: 50px;
}


.Its_Cold {
  font-size: 175px;
  font-family: "Arial Rounded MT Bold";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;
  text-shadow: 26.87px 26.87px 0px rgba(161, 42, 68, 0.004);
  position: absolute;
  left: 11.742px;
  top: 69.801px;
  width: 838px;
  height: 345px;
  z-index: 7;
}










.card {
  animation: spin 2s linear;
  animation-iteration-count: infinite;
}

.imagerotate {
  animation: spin 2s linear;
  animation-iteration-count: infinite;
  animation-delay: 2s;
  display: block;
  margin-left: auto;
  margin-right: auto;
}



.container {
  perspective: 1000px;
}