@font-face {
  font-family: fixedsys;
  src: url(./FSEX300.ttf)
}

html {
  font-family: monospace;
  background-color: #282828;
  color: #f8f8ff;
  max-width: 700px;
  margin: auto; 
}

header {
  text-align: center;
}

h1 {
  font-family: fixedsys;
  color: #fd5800;
  text-align: center;
}

h3 {
  font-family: fixedsys;
  color: #fd5800;
  text-align: left;
  text-indent: 10px;
}

p {
  text-indent: 18px;
}

.header {
  text-align: center;
}

a:link {
  color: #fd5800;
}

a:visited {
  color: #cc5500;
}

.divider {
	border-bottom: 2px solid #fd5800;
	margin: 15px 0;
}

.dot-div {
	border-bottom: 2px dotted #fd5800;
	margin: 15px 0;
}
	
img {
	border-radius: 8px;
	border: 3px solid #fd5800;
	margin: 25px 50px;
}

footer {
	text-align: right;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

span.nospam {
	display: none;
)
	
