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, 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;
}

/* Now that that crap is done, for real file */

html {
	background-image: url("./svgs/backgrounds/nondistract.svg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

#title {
	width: 50%;
}
#pseudopage {
	width: 100vh;
	max-width: 100vw;
	margin: auto;
	box-sizing: border-box;
}
#page {
	background-color: #40110e;
	width: 100vh;
	max-width: 100vw;
	margin: auto;
	border: #f7f1e6;
	border-width: 2px;
	border-style: solid;
	box-sizing: border-box;
	color: #f7f1e6;
	font-family: monospace;
}
.background {
	background-color: #602730;
}
h3, p, a, input, button {
	font-size: 2.5vh;
	display: inline-block;
	font-weight: normal;
	margin: 0.5vh;
	padding: 0;
	color: #f7f1e6;
}
b {
	font-size: 2.5vh;
}
.marg {
	display: inline-block;
	margin: 0.5vh;
}
h3 {
	font-weight: bold;
	font-size: 3vh;
}
h2 {
	font-weight: bold;
	font-size: 3vh;
	margin: 0.2vh;
	margin-left: 0.5vh;
}
.item {
	margin: 4px;
}
.flex {
	display: flex;
}
a:hover {
	font-weight: bold;
	cursor: pointer;
}