/* nothing-you-could-do-regular - latin */
@font-face {
  font-family: 'Nothing You Could Do';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/nothing-you-could-do-v15-latin/nothing-you-could-do-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/nothing-you-could-do-v15-latin/nothing-you-could-do-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nothing-you-could-do-v15-latin/nothing-you-could-do-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/nothing-you-could-do-v15-latin/nothing-you-could-do-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/nothing-you-could-do-v15-latin/nothing-you-could-do-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/nothing-you-could-do-v15-latin/nothing-you-could-do-v15-latin-regular.svg#NothingYouCouldDo') format('svg'); /* Legacy iOS */
}

body {
	background-color:#3e1f00;
	margin:0;
	font-family: 'Nothing You Could Do', cursive;
	text-align:center;
	color:#ffffff;
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -186px;
  margin-left: -100px;
}

.links {
	color:#ffffff;
	font-family: 'Nothing You Could Do';
	font-size:24px;
}

a, a:visited, a:link, a:active {
	color:#ffffff;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}