body {
    background-color: black;
    position: absolute;
}

h1 {
    font-size: 20px;
    font-weight: lighter;
    letter-spacing: 5px;
    text-align: center;
    margin: 20px;
    text-decoration: none;
    font-family: times;
    color: white;
    position: relative;
}


a {
    color: white;
    text-align: center;
    word-spacing: 2px;
    letter-spacing: 1px;
    font-weight: 200;
    font-family: times;
    /* font-family: helvetica, arial, sans-serif; */
    text-decoration: none;
}

p {
  color: white;
  text-align: center;
  word-spacing: 2px;
  letter-spacing: 1px;
  font-weight: 200;
  font-family: times;
  /* font-family: helvetica, arial, sans-serif; */
  text-decoration: none;
}

a:hover {
  color: grey;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

  .space1 {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border: solid black;
    width: 50%;
    padding: 5px;
  }

  .about {
    color: white;
    text-align: left;
    word-spacing: 2px;
    letter-spacing: 1px;
    font-weight: 200;
    font-family: helvetica, arial, sans-serif;
  }

  .link {
    color: white;
    text-align: center;
    word-spacing: 1px;
    font-weight: 200;
    font-family: monospace;
  }

  .greylink {
    color: grey;
    font-size: 10px;
    text-align: center;
    word-spacing: 1px;
    font-weight: 200;
    font-family: monospace;
  }


    .redlink {
    color: red;
    font-size: 10px;
    text-align: center;
    word-spacing: 1px;
    font-weight: 200;
    font-family: monospace;
  }

  .hidden {
    color: black;
    text-align: left;
    word-spacing: 2px;
    letter-spacing: 1px;
    font-weight: 200;
    font-family: helvetica, arial, sans-serif;
  }

  .massive{
    color: blue;
    font-size: 70px;
    text-align: left;
    word-spacing: 10px;
    letter-spacing: 5px;
    font-weight: 600;
    font-family: helvetica, arial, sans-serif;
  }

  .massive2{
    color: red;
    font-size: 70px;
    text-align: left;
    word-spacing: 10px;
    letter-spacing: 5px;
    font-weight: 600;
    font-family: helvetica, arial, sans-serif;
  }

    audio {
      width: 100%;
    }

    audio::-webkit-media-controls-panel{
      background-color: white;
    }

    audio::-webkit-media-controls-play-button{
      background-color: white;
      border-radius: 20%;
    }

    audio::-webkit-media-controls-current-time-display{
      color: black;
    }

    audio::-webkit-media-controls-time-remaining-display{
      color: black;
    }

    audio::-webkit-media-controls-timeline{
      color: black;
    }

    audio::-webkit-media-controls-volume-slider{
      color: black;
    }

    audio::-webkit-media-controls-time-mute-button{
      color: black;
    }








  /*
font-size: 20px;
font-weight: lighter;
letter-spacing: 5px;
text-align: center;
margin: 20px;
text-decoration: none;
font-family: times;
color: black;
position: relative;
padding: 30px;
*/


h2 {
    font-size: 20px;
    font-weight: lighter;
    letter-spacing: 5px;
    text-align: center;
    margin: 20px;
    text-decoration: none;
    font-family: helvetica, arial, sans-serif;
    color: white;
    position: relative;
}

h3 {
  font-size: 50px;
  font-weight: light;
  letter-spacing: 5px;
  text-align: left;
  margin: 20px;
  text-decoration: none;
  font-family: helvetica, arial, sans-serif;
  color: lightgrey;
  position: relative;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
  }

.landing {
  font-size: 50px;
  font-weight: light;
  letter-spacing: 5px;
  text-align: left;
  margin: 20px;
  text-decoration: none;
  font-family: helvetica, arial, sans-serif;
  color: lightgrey;
  position: relative;
}


.left {
  color: white;
  text-align: left;
  word-spacing: 2px;
  letter-spacing: 1px;
  font-weight: 200;
  font-family: times;
  /* font-family: helvetica, arial, sans-serif; */
  text-decoration: none;
}