@font-face {
  font-family: consolefont;
  src: url('zestyss/font.ttf');
}

* {
	background-color: #073642;
	font-family: consolefont;
	text-align: center;
	margin: 0px;
}

.header {
	background-color: #a60093;
	height: 20px;
	width: 100%;
	margin: 0px 0px 0px 0px;
}

.title {
	color: #6c71c4;
}