@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap');

body, html {
	padding: 0;
	margin: 0;
	font-size: 13px;
	background: #000;
	color: #cbb6e3;
	font-family: 'Source Code Pro', monospace;
	font-size: 12px;
}

img {
	max-width: 100%;
}

.page {
	padding: 24px;
}

.page h1:first-child {
	margin-top: 0;
}

.header-image {
	height: 200px;
	margin: auto;
	display: block;
}

.wrapper {
	margin: auto;
	margin-top: 24px;
	width: 753px;
}

.menu {
	text-align: center;
	margin-bottom: 24px;
	margin-top: 24px;
}

.menu a {
	color: #7851A9;
}

.main {
	height: 480px;
	width: 753px;
	background-image: url('https://i.pinimg.com/564x/08/1b/ce/081bced6fa6bdfd5ca285b5b194efc58.jpg');
	position: relative;
	background-size: 753px 480px;
	background-repeat: no-repeat;
}

.main iframe {
	border: none;
	position: absolute;
	top: 35px;
	left: 7px;
	width: 739px;
	height: 439px;
}

h1, h2, h3, h4, h5 {
	font-size: 16px;
	color: #7851A9;
}

h1 {
	border-bottom: 1px solid purple;
}

h2 {
	border-bottom: 1px dotted purple;
}

a, a:link, a:visited, a:hover, a:active {
	color: #7851A9;
}

strong {
  font-weight: bold;
  font-size: 1.2em;
  color: #8e70b4;
}
  
small {
  font-size: 0.8em;
  font-style: italic;
}