html {
    background: url(/img/tgd\ bg.jpeg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
  }
  
  body {
    min-height: 100vh;
    font-family: 'Times New Roman', Times, serif
  }

  a:link {
    color: red;
  }
  a:visited {
    color: red;
  }
  a:hover {
    color: black;
  }
  a:active {
    color: black;
  }

  header {
    font-family: 'Times New Roman', Times, serif;
  }

  .home:link {
    color: black;
    text-decoration: none;
  }
  .home:visited {
    color: black;
    text-decoration: none;
  }
  .home:hover {
    color: red;
    text-decoration: none;
  }
  .home:active {
    color: red;
    text-decoration: none;
  }

  p {
    font-family: 'Times New Roman', Times, serif;
    color: black;
  }

  hr {
    border: 1px solid black;
    margin-top: -10px;
    margin-bottom: 10px
  
  }

  h2 {
    color: black;
  }

  .headerlink {
    padding-left: 10px;
  }

  img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}

@media only screen and (max-width: 600px) {

    body:before {
      content: "";
      display: block;
      position: fixed;
      left: 0;
      top: 0;
      width: 100vw;
      height: 100vh;
      z-index: -10;
      background: url(/img/tgd\ bg.jpeg) no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }

    img {
    width: 100%;
  }

  .headerlink {
    font-size: 15px;
  }

  .headerlink2 {
    font-size: 15px;
  }
    
  }