@import url('https://fonts.googleapis.com/css2?family=Modak&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kosugi&display=swap');

body {
  background-color: #D7E8F3 !important;
}

h1 {
  font-family: "Kosugi", sans-serif;
  font-size: 1.7em;
  text-align: center;
}

p {
  font-family: "Kosugi", sans-serif;
  text-align: center;
}

.flipdown {
  margin: 0 auto;
}

.flipdown.flipdown__theme-dark {
    font-family: sans-serif;
    font-weight: bold;
  }
  /* Rotor group headings */
  .flipdown.flipdown__theme-dark .rotor-group-heading:before {
    color: #75cce4 !important;
  }
  /* Delimeters */
  .flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):before,
  .flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):after {
    background-color: #F7ADC3 !important;
  }
  /* Rotor tops */
  .flipdown.flipdown__theme-dark .rotor,
  .flipdown.flipdown__theme-dark .rotor-top,
  .flipdown.flipdown__theme-dark .rotor-leaf-front {
    color: #818181 !important;
    background-color: #F1F1F1 !important;
    opacity: 1 !important;
  }
  /* Rotor bottoms */
  .flipdown.flipdown__theme-dark .rotor-bottom,
  .flipdown.flipdown__theme-dark .rotor-leaf-rear {
    color: #818181;
    background-color: #ffffff  !important;
  }
  /* Hinge */
  .flipdown.flipdown__theme-dark .rotor:after {
    border-top: solid 1px #ffffff !important;
  }
  
