@font-face {
	font-family: 'vcr_osd_mono';
	src: url('https://gil.fo/fonts/vcr_osd_mono.ttf');
	font-weight: normal;
	font-style: normal;
}

.blink {
    animation:blinkingText 1.5s infinite;
}

@keyframes blinkingText {
     0% { color: #fff; }
    49% { color: transparent; text-shadow: 0px 0px 0px transparent}
    99% { color: #fff;}
}

.page {
	margin: auto;
	width: 700px;
	height: 100%;
}

.main {
	border: 2px solid red;
	background-color: black;
	height: 100%;
}

.links {
	text-align: right;
	border-bottom: 1px solid red;
	margin: 10px;
	padding-bottom: 5px;
}

.content {
	margin: 5px;
}

.ascii {
	white-space: pre;
	margin-left: 5px;
}

.center_image {
	display: block;
	margin: 0 auto;
}

#gilfopicture {
	width: 100%;
	padding-top: 10px;
}

body {
	font-family: 'vcr_osd_mono';
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('https://gil.fo/images/lines-alpha-anim.gif');
	background-color: black;
	color: white;
	overflow-x: hidden;
}

h1 {
	font-size: 72px;
	text-shadow: -11px 0px 0px red;
	margin-left: 11px;
	margin-bottom: 5px;
}

code {
	font-size: 18px;
	color: #99f;
}

a {
	color: white;
	font-size: 18px;
	text-decoration: underline dashed #f00;
}

a:hover {
	color: #f00;
}

button {
	color: white;
	padding: 5px;
	font-family: 'vcr_osd_mono';
	font-size: 18px;
	background-color: black;
	border: 1px solid red;
}

input[type=button] {
	font-family: 'vcr_osd_mono';
}