.title {
    color: white;
}

@font-face {
  font-family: "SFMono";
  src: url("/SFMono.woff") format("woff");
}

button {
  width: 300px;
  height: 45px;
  background-color:  #121212;
  border:  #121212;
  color: white;
  padding: 12px 40px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 36px;
  font-family: "SFMono";
  cursor: pointer;
  transition-duration: 0.4s;
}

button:hover {
  border: #121212;
  background-color: white;
  color: black;
}

body {
  font-family: SFmono;
  color: rgb(255, 255, 255);
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: #121212;
  margin: 0;
  background-image: url('img/background.gif');
}
