@media (max-device-width: 736px) {
	padding: 0rem;
}

//::selection {
//	background-color: #ff0;
//	color: black;
//}

main {
	font-family: "Happy Times", times;
	max-width: 38rem;
	margin: 0 auto;
	padding: 2rem;
}

a {
	color: #00f;
	text-decoration: none;
}

a:hover {
	color: #fff;
	background: #00f;
}

textarea {
	width: 100%;
	margin: 20px 0;
	resize: vertical;
}

@font-face {
	font-family: "Happy Times";
	src: url("fonts/HappyTimesattheIKOBNewGamePlusEdition-Italic.eot");
	src: url("fonts/HappyTimesattheIKOBNewGamePlusEdition-Italic.eot?#iefix")
			format("embedded-opentype"),
		url("fonts/HappyTimesattheIKOBNewGamePlusEdition-Italic.woff2")
			format("woff2"),
		url("fonts/HappyTimesattheIKOBNewGamePlusEdition-Italic.woff")
			format("woff"),
		url("fonts/HappyTimesattheIKOBNewGamePlusEdition-Italic.ttf")
			format("truetype"),
		url("fonts/HappyTimesattheIKOBNewGamePlusEdition-Italic.svg#HappyTimesattheIKOBNewGamePlusEdition-Italic")
			format("svg");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "Happy Times";
	src: url("fonts/HappyTimesattheIKOBNewGamePlusEdition-Bold.eot");
	src: url("fonts/HappyTimesattheIKOBNewGamePlusEdition-Bold.eot?#iefix")
			format("embedded-opentype"),
		url("fonts/HappyTimesattheIKOBNewGamePlusEdition-Bold.woff2")
			format("woff2"),
		url("fonts/HappyTimesattheIKOBNewGamePlusEdition-Bold.woff") format("woff"),
		url("fonts/HappyTimesattheIKOBNewGamePlusEdition-Bold.ttf")
			format("truetype"),
		url("fonts/HappyTimesattheIKOBNewGamePlusEdition-Bold.svg#HappyTimesattheIKOBNewGamePlusEdition-Bold")
			format("svg");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "Happy Times";
	src: url("fonts/HappyTimesattheIKOBNewGamePlusEdition-Regular.eot");
	src: url("fonts/HappyTimesattheIKOBNewGamePlusEdition-Regular.eot?#iefix")
			format("embedded-opentype"),
		url("fonts/HappyTimesattheIKOBNewGamePlusEdition-Regular.woff2")
			format("woff2"),
		url("fonts/HappyTimesattheIKOBNewGamePlusEdition-Regular.woff")
			format("woff"),
		url("fonts/HappyTimesattheIKOBNewGamePlusEdition-Regular.ttf")
			format("truetype"),
		url("fonts/HappyTimesattheIKOBNewGamePlusEdition-Regular.svg#HappyTimesattheIKOBNewGamePlusEdition-Regular")
			format("svg");
	font-weight: normal;
	font-style: normal;
}
