@font-face {
font-family: 'OpenDyslexic';
src: url('Fonts/OpenDyslexic-Regular.otf');
}

@font-face {
font-family:'Fredoka';
src: url('Fonts/Fredoka.ttf');
}

body{
  padding: 25px;
  background-color: black;
  background-image: url("Images/backgroundgrain.png");
}
html {
	color: white;
  font-family:"OpenDyslexic";
}
h1{
  color: red;
  display: flex;
  justify-content: center;
}

h2{
  text-indent: 1em; 
  margin: 0;
  font-size:20px;
}

#contentWarning {
  display:flex;
  justify-content: center;
  color: red;
}

#nav {
  display: flex;
  justify-content: space-around;
  align-content: center;
}
#selected {
  color:red;
}
#title {
  color: red;
  display:flex;
  justify-content: center;
  font-size:60px;
  font-family:'Fredoka';
}
#navpair {

  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#titlecontainer {
display: flex;
justify-content: center;
align-items: center;

}
a:link {
color:white;
}

a:visited {
  color:white;
}
a:hover {
  color:red;
}