body {
  background-color: white;
  text-align: center;
  font-family: 'Inter', sans-serif;
}

p {
  margin-top: 0;
  font-family: 'Inter', sans-serif;
}

button {
  min-height: 60px;
  width: 60px;
  border-radius: 50%;
  border-color: transparent;
  outline: none;
  background-image: linear-gradient(to top right, Peru, Gold);
  color: #fff;
  border-width: 0;
}

footer {
  padding-top: 100px;
  font-size: 0.8rem;
}

.pressed {
  box-shadow: 0 3px 4px 0 #DBEDF3;
  opacity: 0.5;
}

.festive {
  margin-top: 30px;
  margin-bottom: 0;
  max-width: 25%;
}

.intro {
  margin-bottom: 50px;
}

.qanda {
  font-size: 1.5rem;
  margin: 0.5rem auto 0.9rem;
}

.robot {
  max-height: 1.5rem;
}

.again {
  margin-top: 50px;
  font-size: 1.5rem;
}
