@font-face {
  font-family: "Schrift";
  src: url("schrift.woff") format("woff");
}

body {
  background-color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Schrift";
  text-align: center;
}

h1, h2 {
  font-size: 2.5em;
  color: yellow;
}

h2, label {
  font-size: 2em;
  margin-top: 2em;
}

label, input, button, p {
  color: yellow;
}

input, button {
  font-family: "Schrift";
  position: relative;
  text-align: center;
  background: yellow;
  border: 2px solid black;
  border-bottom-width: 8px;
  outline: 2px solid yellow;
  margin: 0 0 0 .5em;
  padding: .2em .3em 0;
  font-size: 2em;
  color: black;
}

input:focus, button:active {
  top: 6px;
  border-bottom-width: 2px;
}

p {
  font-size: 1.2em;
}

img {
  display: block;
  margin: 20px auto;
  width: 256px;
  height: 256px;
  position: relative;
  left: 52px;
}

form {
  display: inline-block;
  margin: 2em auto 0;
}
