body {
  background-color: #eb3b5a;
  font-family: Roboto, sans-serif;
  color: #fff;
}
h1 {
  font-family: Lobster, cursive;
  font-size: 3em;
}
main {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  font-size: 2em;
  text-align: center;
}
button {
  padding: 16px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.3em;
  margin-top: 16px;
  border-radius: 8px;
  background-color: #f7b731;
  color: #000;
  font-family: Roboto, sans-serif;
}
input {
  display: block;
  margin: 16px auto 0;
  font-size: 2em;
  max-width: 120px;
  border: none;
  background-color: transparent;
  text-align: center;
  color: #fff;
  border-bottom: 16px solid #fff;
}
.resultado {
  padding: 16px;
  margin-top: 120px;
  border: 8px dotted #fff;
  display: none;
}
.resultado span {
  font-weight: bold;
  font-size: 3em;
  display: block;
}
