html {
  background-color: #f3bad6
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 25%;
}

.result {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 50%;
}


body {
  background-color: #f3bad6
}

p {
  font-family: "American Typewriter", Times, serif;
  margin: 0;
  padding: 20px;
  font-size: 20px;
  font-weight: 200;
}

h1 {
  font-family: "American Typewriter";
  font-weight: 800;
  padding: 10px;
}

label {
  font-family: "American Typewriter", Times, serif;
  padding: 10px;
}

.jumbotron {
  font-family: "American Typewriter", Times, serif;
}

div {
  font-family: "American Typewriter", Times, serif;
  background-color: #fceef5;
  padding: 10px;
}

footer {
  font-family: "American Typewriter", Times, serif;
  text-align: center;
  padding: 10px;
}

button {
  font-family: "American Typewriter", Times, serif;
  border-radius: 50%;
  border-color: transparent;
  background-color: #A683E3;
  color: #fff;
  font-size: 30px;
  padding: 5px;
  border-width: 0;
}

input[type="text"] {
  text-align: left;
  background: white;
  font-size: 20px;
  font-weight: 200;
  width: 313px;
}

form {
  font-family: "American Typewriter", Times, serif;
  text-align: left;
  margin: 20px;
}
