@import url('https://fonts.googleapis.com/css2?family=Jersey+10&family=Tiny5&display=swap');

body {
	background-color: #100321;
}

body {
	margin: auto;
	width: 50%;
}

h1 {
	color: #FFF;
	font-family: "Jersey 10", sans-serif;
	font-weight: 400;
	font-style: normal;
}

#form-nickname {
	text-align: center;
	width: 600px;
	color: #fff1f0;
	font-family: "Tiny5", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 25px;
}

.fullpage-text {
	font-family: "Jersey 10", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:20px;
	color: #fff1f0;
	width: 700px;
	height: 700px;
}

.player-nickname {
	font-family: "Tiny5", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 35px;
	color: #100321;
}

.font-pixel-lg {
	font-family: "Jersey 10", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.font-pixel-sm {
  font-family: "Tiny5", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.text-center {
  text-align: center;
}