html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ----------------------------------------------------------------------------------------------------------- */

body {
    background-image: url("Images/nothingishere.png");
    background-size: cover;
}

#title {
    font-family: creepy;
    color: white;
    font-size: 250%;
    background-image: url("Images/static.png");
    padding: 0.5%;
    margin: 2%;
    text-align: center;
    letter-spacing: 10px;
    transform: scale(2, 1);
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}

#one {
    display: grid;
    grid-template-areas:
    "text img1"
    "text img2"
    ;
}
#itsame { grid-area: img1; margin-left: 55%; }
#itshere { grid-area: img2; }

.image {
    margin: 5%;
}

.log {
    font-family: old;
    color: white;
    background-color: black;
    margin: 10%;
    padding: 2%;
}

@font-face {
    font-family: creepy;
    src: url("DrawingBlood-XrVG.ttf");
}
@font-face {
    font-family: old;
    src: url("OldComputerManualMonospaced-KmlZ.ttf");
}