body {
  margin: 0;
  padding: 0;
  background: #1d1a23;
}
body * {
  font-family: "Antipasto Pro";
  color: #eaeaea;
  line-height: 1.2em;
}

.background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -999;
  width: 100%;
  height: 100vh;
  background: url("test.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.container {
  margin: 0 auto;
  width: 1300px;
}

.title {
  font-size: 3.5em;
  font-weight: bold;
  font-family: "Antipasto Pro Bold";
  position: relative;
  margin-top: 150px;
}
.title:before {
  top: 1.1em;
  left: -0.3em;
  width: 4em;
  height: 3px;
  position: absolute;
  background: #eaeaea;
  display: inline-block;
  content: " ";
}

.button {
  transition: 50ms;
  border: 2px solid cornflowerblue;
  border-radius: 2px;
  font-size: 2em;
  margin: 30px 40px;
  position: relative;
  width: fit-content;
  display: block;
  padding: 5px 14px;
  background: none;
  cursor: pointer;
}
.button:hover {
  border: none;
  border-bottom: 3px solid slateblue;
}

.hidden {
  display: none;
}

/*# sourceMappingURL=style.css.map */
