body {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #555;
}
body .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh;
  flex-direction: column;
}
body .container .intro {
  width: 700px;
  text-align: center;
}
body .container .intro img {
  width: 120px;
}
body .container .intro p {
  margin-top: 0px;
}
body .container .intro p span.bold {
  font-weight: bold;
}
body .container .intro p:not(:last-child) {
  margin-bottom: 0px;
}
body .container .button-block {
  width: 100%;
  text-align: center;
}
body .container .button-block button {
  padding: 10px;
  width: 200px;
  border: none;
  background-color: #7c3a04;
  color: white;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}
body .container .button-block button:hover {
  background-color: #c49a6c;
  color: white;
}
@media (max-width: 800px) {
  body .container .button-block button:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (max-width: 800px) {
  body .container .intro {
    width: 100%;
    text-align: center;
  }
  body .container .intro img {
    width: 120px;
  }
  body .container .intro p {
    margin-top: 0px;
  }
  body .container .intro p span.bold {
    font-weight: bold;
  }
  body .container .intro p:not(:last-child) {
    margin-bottom: 0px;
  }
}
body .copyright {
  text-align: center;
  vertical-align: bottom;
  font-size: smaller;
}/*# sourceMappingURL=style.css.map */