@font-face {
  font-family: PlexSans;
  src: url(IBMPlexSans.ttf);
}

@font-face {
  font-family: Vollkorn;
  src: url(Vollkorn-Regular.ttf);
}

@font-face {
  font-family: Spectral;
  src: url(Spectral.ttf);
}

body {
  margin: 0;
  padding: 0;
}

.header {
  /*height: 200px;*/
  background-color: #222;
  color: #fff;
  display: block;
  text-align: center;
  font-family: PlexSans;
  font-weight: bold;
  font-size: 4.5em;
  padding: 20px;
}

#cont {
  margin-left: 30%;
  margin-right:30%;
  margin-top: 30px;
  padding: 20px;
}

h1 {
  /*color: #87CEFA;*/
  color: #222;
  font-size: 4.5em;
  text-align: center;
  font-family: PlexSans;
}

h2 {
  color: #000;
  font-size: 2.1em;
  text-align: left;
  font-family: PlexSans;
}


h3 {
  color: #000;
  font-size: 1.5em;
  text-align: left;
  font-family: Vollkorn;
}

p {
  font-family: Vollkorn;
  font-size: 1.35em;
  line-height: 1.5em;
  color: #000;
  text-align: left;
}

.agbrown {
  color: #5A3318;
}

.myblue {
  color: #87CEFA;
}

.myred {
  color: #B80007;
}

.mypink {
  color: #FF69B4;
}

a {
  font-family: Vollkorn;
  color: #FF6984;
  font-size: 0.9em;
  text-decoration: none;
}

a:hover {
  color: #B80007;
}
