

@font-face {
	font-family: "PressStart2P";
	src: url('../font/PressStart2P-Regular.ttf');
	font-weight: 400;
	font-weight: normal;
}

body {
    font-family:  "PressStart2P";
	width: 100%;
}

div.center {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

input.login {
	width: 100%;
	height: 32px;
	font-family:  "PressStart2P";
	text-align: center; 
}
