@font-face {
              font-family: Cooper Black;
              src: url(coop.ttf);
            }
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap');

body {
    margin: 0;
    padding: 0;
    background: #23615C;
}

.content {
  display: block;
  background-color: #E8A5AF;
  z-index: -9999;
}

.spacer {
    height: 50px;
}

h1 {
    font-family: 'Cooper Black', sans-serif;
    text-align: center;
    margin: -3vw 0 0 0;
    padding: 0;
    font-size: 13vw;
    color: #fff;
}

h2 {
    font-family: 'Cooper Black', sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 5vw;
    color: #efefef;
}

h4 {
  font-size: 8vw;
  font-family: 'Cooper Black', sans-serif;
  color: #efefef;
  display: block;
  position: relative;
  margin: -5.5vw 1vw 0 55vw;
  padding: 0;
}

.subtext {
    display: block;
    font-family: 'Roboto Mono', monospace;
    width: 70vw;
    margin: 0 auto;
    padding: 3vw 0 3vw 0;
    text-align: center;
    font-weight: 800;
    font-size: 14pt;
}

.line {
    max-width 900px;
    width: 80vw;
    margin: 4vw auto;
    padding: 0;
    height: 10px;
    background: url(lineswirls.svg) center center;
}

.button {
    display: block;
    width: 70vw;
    max-width: 300px;
    padding: 2vw;
    margin: 1vw auto 2vw auto;
    text-align: center;
    background: #23615C;
    color: #fff;
    font-family: 'Cooper Black';
    text-decoration: none;
    border-radius: 20px;
    font-size: 15pt;
}

.button:hover {
    background: #133633;
    color: #e6e6e6;
}

.button_dead {
    display: block;
    width: 70vw;
    max-width: 200px;
    padding: 1vw;
    margin: 1vw auto 4vw auto;
    text-align: center;
    background: #777777;
    color: #bababa;
    font-family: 'Cooper Black';
    text-decoration: none;
    border-radius: 20px;
    font-size: 15pt;
}

.swirl {
    height: 40px;
    width: 100%;
    margin: 50px 0 0 0;
    background: url(swirl.png) center center;
    background-size: contain;
    z-index: 999;
}

footer {
    background: #23615C;
    margin: -1px 0 0 0;
    padding: 5vw 0;
}

.foot_text {
    text-align: center;
    display: block;
    font-family: 'Roboto Mono', monospace;
    color: #bfbfbf;
}
