@font-face {
  font-family: "Bender";
  src: url("./assets/Bender.woff2") format("woff2");
  font-display: swap;
}

body {
  font-family: "Bender", sans-serif;
  font-size: 20px;
  text-align: center;
}

.container {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

h1 {
  letter-spacing: 6px;
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

h2 {
  color: #606060;
}

span {
  color: rgb(158, 0, 0) !important;
}

.castle {
  display: none;
  width: 64px;
  height: 64px;
}
