@font-face {
  font-display: swap;
  font-family: Geologica;
  font-weight: 300 700;
  src: url("/fonts/Geologica-Regular.woff2") format("truetype");
}
body,
html {
  height: 100%;
  margin: 0;
  font-family: Geologica, sans-serif;
  background: #121212;
  color: #eee;
  display: flex;
  flex-direction: column;
}
main {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem;
}
.error-container {
  max-width: 600px;
}
h1 {
  font-size: 4rem;
  margin-bottom: 0.5rem;
}
p {
  font-size: 1.25rem;
  line-height: 25px;
  margin-bottom: 2rem;
}
a.btn-home {
  display: inline-block;
  padding: 0.75rem 2rem;
  background-color: #c94b3f;
  color: #fff;
  font-weight: 700;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s;
}
a.btn-home:hover {
  background-color: #b04138;
}
footer,
header {
  background: #1a1a1a;
}
@media screen and (max-width: 480px) {
  .footer-copyright__text {
    font-size: 12px;
  }
}
