@font-face {
  font-family: "FSEmeric Web";
  src: url("./src/fonts/FSEmericWeb-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "FSEmeric Web", system-ui, sans-serif;
  background-color: #48525b;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}


.top-image {
  width: 90px;
  height: 90px;
  margin-bottom: 1.5rem;
}

h1 {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

h2 {
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  margin: 0 auto 2rem auto;
  line-height: 1.5;
}

a {
  display: inline-block;
  background-color: #0B1823;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 9999px;
  text-decoration: none;
  font-weight: 400;
  padding: 0.5rem 1.5rem;
}
