@import url("https://fonts.googleapis.com/css2?family=Bitter:wght@400&display=swap");
* {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
}

body, html {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ebff00;
}

header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  top: 0;
  right: 0;
  margin: 1%;
  z-index: 45678;
}

header p {
  margin: 0;
  padding: 0;
  font-size: 2vw;
  color: #f262da;
  text-align: right;
}

header a {
  text-decoration: none;
}

header a:visited {
  color: black;
}

#droplet {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 50px;
  text-decoration: none;
  margin-bottom: 1.5vh;
}

input {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3vw;
  padding: 0 10px;
  cursor: pointer;
  z-index: 10;
}

.hint {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 1%;
}

.hint * {
  font-size: 1.5vw;
}

.quote {
  padding: 5% 20% 3% 5%;
}

.hints {
  display: none;
}

.highlights {
  margin-right: 1%;
}

.highlight {
  background-color: #f262da;
  color: white;
}

.hints-btn {
  font-size: inherit;
  cursor: pointer;
}

details {
  cursor: pointer;
}

details p,
details ul {
  cursor: text;
}

.website {
  color: blue;
}

.interviews-nav {
  position: fixed;
  display: -ms-inline-grid;
  display: inline-grid;
  top: 0;
  right: 0;
  margin: 28.5vh 1%;
  z-index: 1;
}

.interviews-nav input {
  position: relative;
  width: 100%;
  margin-right: 5px;
  background-color: transparent;
  border: none;
  font-size: 1em !important;
  padding: 20px 0;
}

.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.right {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.left {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.interviews-nav input:hover {
  color: #f262da;
}

.interview {
  position: absolute;
  top: 0;
  left: 0;
  margin: 1% 48% 0 1.5%;
  padding-bottom: 10%;
  z-index: 0;
}

.interview p:first-child {
  margin: 0;
}

.interview a {
  color: black;
  text-decoration: none;
}

.interview a:hover {
  color: #f262da;
}

img {
  width: 100%;
}

.three-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.three-images img {
  height: 500px;
  margin-right: 1%;
}
/*# sourceMappingURL=style.css.map */