* {
  margin: 0;
  padding: 0px;
}

body {
  margin-top: 40px;
  font-family: Helvetica, sans-serif;
  overflow: hidden;
}

img {
  position: absolute;
  z-index: -4;
  width: 100vw;
  height: 120vh;
  margin-top: -50px;
  opacity: 0.1;
}

#canvas1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: linear-gradient(#896363, #3d4a4e);
  filter: brightness(100%);
}

h1,
h2,
h3,
a {
  text-align: center;
  color: rgba(255, 255, 255, 0.85);
}
h2,
h3,
a {
  text-decoration: none;
  padding-top: 10px;
  font-weight: 400;
}
h2,
a {
  font-size: 0.9em;
  /* text-transform: uppercase; */
  letter-spacing: 0.5px;
}

#tjo {
  font-weight: 400;
  font-size: 1em;
}

h1 {
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: -1.5px;
  font-weight: 300;
}

#button {
  display: block;
  padding: 5px 5px 5px 8px;
  margin: auto;
  margin-top: 3rem;
  background: none;
  font-size: 0.9em;
  color: rgba(255, 255, 255, 0.85);
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 10px;
  letter-spacing: 1px;
  font-weight: 400;
}

#button:hover {
  cursor: pointer;
}
h1::selection,
h2::selection,
h3::selection,
a::selection,
br::selection {
  background-color: lime;
  color: white;
}

@media screen and (min-width: 500px) {
  #button:hover {
    cursor: pointer;
    color: #896363;
    background-color: rgba(255, 255, 255, 0.85);
    border: 2px solid transparent;
  }
}
