form {
  background-color: white;
  margin-bottom: 0;
  max-width: 300px;
}

form input {
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 2px;
  text-align: center;
  width: 100%;
  height: 40px;
}

form input:focus {
  outline: 0;
}

form input[type="submit"] {
  background: #CFB497;
  border: none;
  color: #3E1422;
  border-bottom: 2px solid #822C4E;
}

form input[type="submit"]:active {
  border-top: 2px solid #822C4E;
  border-bottom: 2px solid white;
}

.centre-container {
  height: 100%;
  min-height: 410px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.image {
  width: 250px;
  background-color: white;
  height: 160px;
  background-repeat: no-repeat;
  background-size: 220px;
  background-image: url("wizard.png");
  background-position: center 0;
}

.instructions {
  margin-top: 15px;
  font-family: 'Open Sans', sans-serif;
  width: 300px;
  font-size: 1em;
  background: #F0F0F0;
  border-radius: 3px;
  border-bottom: 1px solid #C7C7C7;
}

.instructions h1 {
  text-align: center;
  font-weight: 600;
  font-size: 1.3em;
  background-color: #E6E6E6;
  padding: 15px;
  margin: 0;
}

.instructions ol {
  font-family: 'Calibri', sans-serif;
}
