@font-face {
  font-family: 'InkyThin';
  src: url("/static/font/InkyThinPixels-MlXn.b3dc1f08f626.ttf");
}

@font-face {
  font-family: "Alagard";
  src: url("/static/font/Alagard.6faad1789bcb.ttf");
}

img {
    max-width: 470px;
      filter: drop-shadow(0px 0px 6px #d1bdb2);
}

form {
  font-family: "InkyThin";
}

input {
  background-color: #251305;
  color: #f2d697;
  padding: 6px;
  font-size: 1rem;
  outline: none;
  border:  1px solid;
  font-family: "InkyThin";
}

body {
    background-image: url("/static/img/bk2.8eb64676c99c.png");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #251305;
    color: #d1bdb2;
    font-size: 1.25rem;
    margin: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    font-family: "InkyThin";
    width: 100vw;
    flex-wrap: wrap;
    justify-content: center;
}

h1 {
    color: #f2d697;
    font-family: "Alagard";
    width: 100%;
    text-align: center;
}

a {
    color: #b48e43;
    text-decoration: none;
    font-family: "InkyThin";
}

main {
    display: flex;
    height: 100vh;
    width: 100vw;
    margin: 0;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-height: 500px;
}

p {
    width: 100%;
    text-align: center;
    margin: 15px 0px;
    order: 3;
    font-family: "InkyThin";
}

form > p {
    display: flex;
    justify-content: space-between;
}

h1 {
    order: 1;
}

body>div>div:first-child {
    display: none;
}

form {
    order: 2;
}

button, input[type="submit"] {
    padding: 10px;
    color: #251305;
    border: none;
    font-size: 1.25rem;
    font-family: "InkyThin";
    background-image: url("/static/img/button_bg.f873b37183c3.png");
    background-position: -7px -2px;
    border-radius: 5px;
}
.content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

p.email-sent {
    width: 80%;
}
