/* CSS by Ben Mathis Seibel 2022 */

@font-face {
  font-family: "Roboto Mono";
  src: url(font2/static/RobotoMono-Regular.ttf);
}

* {
  font-family: "Roboto Mono", monospace;
}

html {
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  padding: 0;
}

header {
  margin: 0;
  padding: 0;
  background-image: url(img/buttomat.jpg);
  background-size: 50vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #000;
  height: 100vh;
  text-align: center;
}

.layer {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
}

.text {
  padding-top: 42vh;
  padding-left: 20vw;
  padding-right: 20vw;
}

header div {
  color: whitesmoke;
}

header div a {
  color: whitesmoke;
  text-decoration: none;
}

@media only screen and (max-width: 1024px) {
  .text {
    padding-top: 30vh;
  }
}
