  @font-face {
    font-family: vcr;
    src: url(fonts/vcr.ttf);
  }
    @font-face {
    font-family: pixel_font;
    src: url(fonts/pixel_font.ttf);
  }
    @font-face {
    font-family: panic_ghastly;
    src: url(fonts/gp.ttf);
  }


.leader {
  width: 50%;
  padding: 20px;
  text-align: center;
  display: inline-block;

  h2 {
  font-family: vcr;
  font-size: 30px;
}

  a {
  font-family: vcr;
  font-size: 20px;
}

}

 a:link {
  color: inherit;
  text-decoration: inherit;
  padding: 15px;
}

a:hover {
  color: #c7bee7 !important;
  text-decoration: underline;
}

 a:visited {
  color: inherit;
  text-decoration: inherit;
}

a:active {
  color: #c7bee7;
  text-decoration: underline;
}

body {
  background-color: #f7d8cd;
  text-align: center;
  font-family: vcr;
  color: #f6f1f5;
}

hr {
  border: 1px solid #f6f1f5;
  width: 50%;
}

header {
  background-color: #edc9DD;
  color: #f6f1f5;
  padding: 20px;
}

footer {
  background-color: #edc9DD;
  color: #f6f1f5;
  padding: 20px;
}

p {
  font-family: vcr;
  font-size: 20px;
}

h1 {
  font-family: pixel_font;
  font-size: 50px;
}

.first {
  float: right;
  width: 50%;
  padding: 20px;
}

.third {
  float: right;
  width: 50%;
  padding: 20px;
}

.second {
  float: left;
  width: 50%;
  padding: 20px;
}

.column {
  float: left;
  width: 50%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}