@import url('Windows Regular.ttf');

body, html {
	padding: 0;
	margin: 0;
	color: lime;
	font-family: 'Windows Regular', monospace;
	font-size: 16px;
}

a { 
    text-shadow: 2px 2px 2px #000;
    font-weight: 400;

}

img {
	max-width: 100%;
}

.page {
	padding: 24px;
}

.page h1:first-child {
	margin-top: 0;
}

.header-image {
  height:200px;
	margin: auto;
	display: block;
}

.menu {
    margin:10px;
    padding: 5px;
    background-color: blue;
}

.wrapper {
	margin: auto;
	margin-top: 24px;
	width: 753px;
}

.menu {
	text-align: center;
	margin-bottom: 24px;
	margin-top: 24px;
}

.menu a {
	color: lime;
}

.main {
	height: 480px;
	width: 753px;
	background-image: url('bg.jpg');
	position: relative;
}

.main iframe {
	border: none;
	border: none;
	position: absolute;
	top: 118px;
	left: 9px;
	width: 738px;
	height: 336px;
}
.silly {
  text-align:center;
}

h1, h2, h3, h4, h5 {
	font-size: 18px;
    color:aqua
}

h1 {
	border-bottom: 1px solid lime;
}

h2 {
	border-bottom: 1px dotted lime;
}

a {
	color: red;
}