
@font-face {
  font-family: 'Terminus';
  src: url('fonts/terminus.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
	background-color: rgb(37, 50, 77);
	padding: 50px;
	color: white;
	font-family: 'Terminus', ariel;

h1 {
	text-align: center;
}
p {
	font-size: 20px;
}
}
.coolstuff {
	padding-left: 25px;
}


border-image: url("/images/border.png") 30;