@font-face {
  font-family: "Stardew Valley Thin";
  src: url("../fonts/StardewValley_Thin.otf");
  /* font-size: 42px */
}
@font-face {
  font-family: "Stardew Valley Bold";
  src: url("../fonts/StardewValley_Bold.otf");
  /* font-size: 39px */
}
html {
  background-color: #131313;
}
body {
  min-height: 100dvh;
  margin: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 32px;
  background-image: url("../images/background.png"), linear-gradient(#000, #6934a9);
  background-attachment: fixed;
}
body header {
  display: flex;
  padding: 32px 16px 0 16px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
body header h1 {
  width: 100%;
  max-width: fit-content;
  margin: 0;
  padding: 16px;
  box-sizing: border-box;
  font-family: "Stardew Valley Bold";
  font-size: 58px;
  border: 40px solid #b14e05;
  border-image: url("../images/border_bold.png") 40;
  background-color: #ffd284;
  background-clip: padding-box;
  overflow-wrap: break-word;
  text-align: center;
  color: #56160c;
  text-shadow: #e09650 -4px 4px 0;
}
body header p {
  width: 100%;
  max-width: 420px;
  margin: 0;
  padding: 16px;
  box-sizing: border-box;
  font-family: "Stardew Valley Thin";
  font-size: 42px;
  text-align: center;
  background-color: #ffc576;
  background-clip: padding-box;
  border: 20px solid #fa9305;
  border-image: url("../images/border_thin.png") 20;
  text-shadow: rgba(0, 0, 0, 0.16) 2px 2px 0;
}
body main {
  display: flex;
  padding: 0 16px 32px 16px;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
}
body main > section {
  width: 100%;
  max-width: 630px;
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  gap: 32px;
  background-color: #ffd284;
  background-clip: padding-box;
  border: 28px solid #b14e05;
  border-image: url("../images/border_medium.png") 28;
}
body main > section h2 {
  margin: 0;
  font-family: "Stardew Valley Bold";
  font-size: 39px;
  margin-left: 40px;
  color: #56160c;
  text-shadow: #e09650 -4px 4px 0;
}
body main > section section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
body main > section .input-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
body main > section .input-group label {
  font-family: "Stardew Valley Thin";
  font-size: 39px;
  text-shadow: rgba(0, 0, 0, 0.16) 2px 2px 0;
}
body main > section .input-group input {
  width: 100%;
  max-width: 180px;
  background-color: #f9ba66;
  background-clip: padding-box;
  border: 12px solid red;
  border-image: url("../images/border_input.png") 12;
  font-family: "Stardew Valley Thin";
  font-size: 39px;
  text-transform: uppercase;
}
body main > section .input-group input:focus {
  outline: none;
}
body footer {
  padding: 0 1rem;
  box-sizing: border-box;
  font-family: sans-serif;
  font-size: 1rem;
  text-align: right;
  color: white;
  background-color: #131313;
}
body footer img {
  height: 1rem;
  width: 1rem;
  vertical-align: middle;
}
body footer a {
  color: white;
}

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