/* Such a big THANK YOU to devils of devils.gay for showing me how this should be done! */

/* LIGHT MODE */

body {
	background: url(bg.jpeg);
	background-color:hsl(204, 44%, 65%);
	color:#0f0f0f;
}

/* What font to use */
@font-face {
  font-family: 'TGRoman';
  src: url('../fonts/TGRoman-Regular.ttf');
}

h1, h2, h3, a, li, th, br, p, em, strong, blockquote, TGRoman, tgroman {
  font-family: 'TGRoman';
}

/* unvisited link */
a:link {
    color: #975777;
}

/* visited link */
a:visited {
    color: #13131f;
}

/* mouse over link */
a:hover {
    color: #1313df;
}

/* selected link */
a:active {
    color: #37374b;
}
/* unvisited link */
a:link {
	color: #ffa8de;
}

/* mouse over link */
a:hover {
	color: #7fbfff;
}

/* selected link */
a:active {
	color: #ffffff;
}

body {
    max-width: 800px ;
    margin: auto ;
    color: var(--color);
}

/* unvisited link */
a:link {
    color: var(--link-color);
}

/* The following was written by devils.gay - thank you */
uppercase,yell {
	text-transform: uppercase;
}

#header #forkme {
  position: absolute;
  margin: 0;
  top: 0;
  right: 0;
  border: 0;
}