@font-face {
	font-family: PixelMplus12-Bold;
	src: url('../font/PixelMplus12-Bold.ttf') format("truetype");
}

* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
}

body {
	width: 100%;
	font-family: PixelMplus12-Bold;
}

header {
	height: 0;
}

main {
	width: 100%;
}

footer {
	height: 0;
}

button, input, select, textarea {
  font-family : PixelMplus12-Bold;
}

input, select {
  -webkit-appearance: none;
  appearance: none;
	background-color: white;
	border: 2px solid black;
	border-radius: 10px;
	color: #000000;
	width: 100px;
	height: 50px;
}


