html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

main {

  background-color: white;
}

body {

  background-color: white;

}

p {


  padding-top: 40px;
  color: black;
  font-family: "IBM Plex Mono",
    monospace;
  font-size: 16px;
  font-weight: 500;


}

p a {


  color: green;
  font-family: 'OCR A Std',
    sans-serif;
  font-weight: 500;

}

p a:hover {
  text-decoration: none;
  color: black;
}

.archive {

  margin-top: -120px;

}

.listen-download {

  font-family: 'OCR A Std', sans-serif;
  margin-top: -40px;

}

.zeno-fm {
  font-family: "IBM Plex Mono",
    monospace;
  font-weight: 500;

  margin-bottom: 0.25em;

}

.dk-project {


  color: black;

  font-family: "IBM Plex Mono",
    monospace;
  font-weight: 500;
  font-size: 16px;

}


.broadcasting-dope {

  font-family: "IBM Plex Mono",
    monospace;
  margin-bottom: 0.25em;
  font-weight: 500;
  color: black;
  margin-top: -40px;

}

.explorer {

  font-family: 'OCR A Std',
    sans-serif;
  margin-bottom: 0.25em;
  font-size: 16px;
  color: black;
  margin-left: 80px;


}

.subtractive-echoes {


  font-family: 'OCR A Std',
    sans-serif;
  color: green;
  margin-bottom: 0.25em;

  font-weight: 500;

  text-align: center;

}


.oscilator {

  font-family: "IBM Plex Mono",
    monospace;
  font-weight: 500;


}


.range-sounds {

  font-family: "IBM Plex Mono",
    monospace;
  font-weight: 500;


}

.static-page {
  font-family: "IBM Plex Mono",
    monospace;
  color: black;
  font-weight: 500;
}

.thank-you {

  font-family: "IBM Plex Mono",
    monospace;
  font-weight: 500;
}

.go-jam-image {


  width: 280px;
  height: 80px;
  display: block;
  text-align: center;


}

.random {
  font-family: 'OCR A Std',
    sans-serif;
  margin-left: 20px;
  font-size: small;
  color: green;

}


.image1 {

  width: 120px;
  height: 100px;
  display: block;
  position: relative;
  margin-left: auto;
  right: 160px;



}

.image2 {

  width: 420px;
  height: 180px;


}


.image4 {

  width: 180px;
  height: 200px;
  margin-left: 80px;
  padding-top: 20px;

}

.image5 {
  width: 320px;
  height: 120px;
  display: block;
  margin-left: auto;

  position: relative;
  bottom: 80px;
  right: 60px;
}

.image6 {
  width: 120px;
  height: 120px;
  display: block;
  position: relative;
  margin-left: 90px;
  bottom: 220px;
}


.image8 {
  width: 220px;
  height: 60px;
  display: block;
  margin-left: auto;
  /* pushes it from the left */
  margin-right: auto;
  text-align: center;


}

.form-box {

  font-family: "IBM Plex Mono",
    monospace bold;
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
  text-align: center;
  background-color: black;


}

.paypal {
  text-align: center;
  /* centers inline elements like the button */
  margin: 20px 0;
  /* optional spacing above/below */
}

.paypal-btn {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}

.paypal-btn img {
  display: inline-block;
}


.band_follow_button_deluxe {
  width: 150px;
  height: 50px;
  margin: 0 auto;
  background-color: aquamarine;
  border: none;
  overflow: hidden;
  text-decoration: none;
}

.radio-player {

  text-align: center;

}

.raw-kt {

  font-family: "Tiny5",
    sans-serif;
  color: green;
  text-align: center;
  margin-top: -40px;

}

.audio-module {
  margin-left: 1em;
  margin-right: auto;
  width: 280px;
  padding: 4px;
  margin-bottom: -180px;
  /* tight vertical docking */

}

/* Title above the audio strip */
.track-title {
  font-family: 'OCR A Std',
    sans-serif;
  font-size: 14px;

  /* cockpit green */
  background: transparent;
  line-height: 1.2;
  margin-top: -220px;
  text-align: center;
  color: green;
  font-size: small;

}

/* Audio player styling */
audio {
  background: green;
  /* cockpit green strip */
  border: none;
  border-radius: 0;
  padding: 2px;
  display: block;
  width: 100%;
  height: 28px;
  color-scheme: dark;
  /* ensures visible controls */
  margin-bottom: -140px;
  /* lifts player into position */
}

/* Force dark panel background for WebKit browsers */
audio::-webkit-media-controls-panel {
  background-color: #000 !important;
}

/* Tint controls green */
audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-volume-slider-container,
audio::-webkit-media-controls-mute-button,
audio::-webkit-media-controls-timeline {
  filter: brightness(1.5) saturate(2) hue-rotate(90deg);
}

.fa-envelope {
  color: #000;

}