html {
  background-color: pink;
  font-family: "Sour Gummy", sans-serif;
}

h2 {
  font-weight: 400;
  font-style: normal;
}

button {
  background-color: lightgray;
  border: 0;
  box-sizing: border-box;
  margin: 0 16px;
  padding: 16px;
  min-width: 125px;
  font-size: 1.1rem;
  border-radius: 8px;
}

.container {
  height: 100dvh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.main-page {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gif {
  width: 50%;
  border-radius: 32px;
}

.button-container {
  display: flex;
  flex-direction: row;
  margin-top: 32px;
}

.yes-button {
  background-color: lightgreen;
}

.no-button {
  background-color: lightcoral;
}

.yippie {
  display: none;
  flex-direction: column;
  align-items: center;
}