html {
  height: 100%;
  margin: 0;
  padding: 0;
}
button.action {
  color: #fff989;
  padding: 1rem 0;
  border-radius: 2rem;
  border: solid 2px #fff;
  background-color: transparent;
  box-sizing: border-box;
  width: 10rem;
  font-size: 1.1rem;
  margin: 0.5rem;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}
button.action:first-of-type {
  margin-top: 1rem;
}
button.action:first-of-type + button {
  margin-bottom: 1rem;
}
button.action:focus {
  outline: none;
}
button.action:hover {
  background-color: #fff;
  color: #333;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Sunflower', sans-serif;
}
body.outro {
  background-color: black;
  color: #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url('covid.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.outro > h1 {
  color: #fff989;
  font-size: 3rem;
}
body.outro > h1::before {
  color: #eee;
  white-space: pre;
  content: "You scored:\A";
  font-weight: normal;
}
body.outro > aside {
  font-size: 1.2rem;
  line-height: 1.9rem;
}
body.outro > aside a,
body.outro > aside a:active,
body.outro > aside a:visited {
  color: #fff989;
  text-decoration: underline;
}
body.outro > aside a:hover {
  color: #eee;
}
body.outro > aside > div {
  white-space: pre;
}
body.outro > aside > div:first-child {
  margin-top: 1rem;
}
body.outro > aside > div:last-child {
  font-size: 0.8rem;
  margin-top: 2rem;
}
body.intro {
  background-color: black;
  color: #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url('covid.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.intro > aside {
  margin-top: 2rem;
  font-size: 0.8rem;
  text-align: center;
  line-height: 1.3rem;
  color: #d5d5d5;
}
body.intro > aside a,
body.intro > aside a:active,
body.intro > aside a:visited,
body.intro > aside a:focus {
  color: #d5d5d5;
  text-decoration: underline;
}
body.intro > aside a:hover {
  color: #fff656;
}
body.intro > aside > div:first-child {
  color: #fff989;
  font-size: 1rem;
  margin-bottom: 1rem;
}
body.intro > h1 {
  text-align: center;
  white-space: pre;
  line-height: 3rem;
  font-size: 2rem;
}
body.intro > h1 > em {
  font-style: normal;
  font-size: 3rem;
}
body.intro > h1 > em.green {
  color: #78AB58;
}
body.intro > h1 > em.red {
  color: #AF5656;
}
body.game > section.score {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  color: #eee;
}
body.game > main {
  width: 100%;
  height: 100%;
  display: flex;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body.game > main > button {
  position: fixed;
  top: 0;
  left: 0;
}
body.game > main > section {
  position: fixed;
  flex: 0 0;
  width: 6rem;
  height: 6rem;
  top: 50%;
  left: 50%;
  border-radius: 6rem;
  margin-left: -3rem;
  margin-top: -3rem;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 1.5rem;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  transition: background-color 1s;
  overflow: hidden;
  border: 3px solid #eee;
  animation: step_in 0.2s ease-out;
}
body.game > main > section > button {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
body.game > main > section:after {
  position: absolute;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  content: "vs";
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
body.game > main > section:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  display: block;
  content: "";
  background-size: 60% 60%;
  background-position: center center;
  background-repeat: no-repeat;
}
@keyframes rise_up {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes rise_half_up {
  from {
    top: 100%;
  }
  to {
    top: 0;
  }
}
@keyframes ping {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes step_in {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
body.game > main > section.correct {
  background-color: #78AB58;
  animation: ping 0.5s cubic-bezier(0.68, -1.75, 0.265, 2.55) 1s;
  animation-fill-mode: forwards;
}
body.game > main > section.correct:after {
  animation: rise_up 0.2s ease-out;
  animation-fill-mode: forwards;
}
body.game > main > section.correct:before {
  background-image: url("data:image/svg+xml,%3Csvg%20aria-hidden%3D%22true%22%20focusable%3D%22false%22%20data-prefix%3D%22fas%22%20data-icon%3D%22check%22%20class%3D%22svg-inline--fa%20fa-check%20fa-w-16%22%20role%3D%22img%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M173.898%20439.404l-166.4-166.4c-9.997-9.997-9.997-26.206%200-36.204l36.203-36.204c9.997-9.998%2026.207-9.998%2036.204%200L192%20312.69%20432.095%2072.596c9.997-9.997%2026.207-9.997%2036.204%200l36.203%2036.204c9.997%209.997%209.997%2026.206%200%2036.204l-294.4%20294.401c-9.998%209.997-26.207%209.997-36.204-.001z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  animation: rise_half_up 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation-fill-mode: both;
}
body.game > main > section.incorrect {
  background-color: #AF5656;
  animation: ping 0.5s cubic-bezier(0.68, -1.75, 0.265, 2.55) 1s;
  animation-fill-mode: forwards;
}
body.game > main > section.incorrect:after {
  animation: rise_up 0.2s ease-out;
  animation-fill-mode: forwards;
}
body.game > main > section.incorrect:before {
  background-image: url("data:image/svg+xml,%3Csvg%20aria-hidden%3D%22true%22%20focusable%3D%22false%22%20data-prefix%3D%22fas%22%20data-icon%3D%22times%22%20class%3D%22svg-inline--fa%20fa-times%20fa-w-11%22%20role%3D%22img%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20352%20512%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M242.72%20256l100.07-100.07c12.28-12.28%2012.28-32.19%200-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48%200L176%20189.28%2075.93%2089.21c-12.28-12.28-32.19-12.28-44.48%200L9.21%20111.45c-12.28%2012.28-12.28%2032.19%200%2044.48L109.28%20256%209.21%20356.07c-12.28%2012.28-12.28%2032.19%200%2044.48l22.24%2022.24c12.28%2012.28%2032.2%2012.28%2044.48%200L176%20322.72l100.07%20100.07c12.28%2012.28%2032.2%2012.28%2044.48%200l22.24-22.24c12.28-12.28%2012.28-32.19%200-44.48L242.72%20256z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  animation: rise_half_up 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation-fill-mode: both;
}
body.game > main > div {
  color: #fff;
  position: relative;
  background-size: cover;
  background-position: center center;
  box-sizing: border-box;
  flex: 1 0;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}
body.game > main > div > h1,
body.game > main > div h2 {
  margin: 0.5rem;
}
body.game > main > div > h1 {
  font-size: 1.8rem;
}
@keyframes pop_up {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body.game > main > div > h2 {
  font-size: 2.6rem;
  color: #fff989;
}
body.game > main > div > h2.result {
  animation: pop_up 0.3s ease-out;
}
/*# sourceMappingURL=common.css.map */