@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500&display=swap");
html {
  font-family: "Inter", sans-serif;
}

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

.nav-bar {
  display: flex;
  justify-content: space-between;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  width: 420px;
  padding: 70px 0 30px 0;
}

.nav-bar > * {
  color: #493257;
  font-size: 20px;
  text-underline-offset: 7px;
  margin: 0;
  text-underline-offset: 7px;
}

.nav-bar > p {
  color: #ee3a64;
  font-weight: 400;
}

.nav-bar > a:hover {
  color: lightseagreen;
}

.person-bubble {
  width: 15rem;
  height: 15rem;
  background-color: white;
  border-radius: 100%;
  color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: "Inter";
  position: absolute;
  top: 40px;
  right: 40px;
}

.person-bubble img {
  max-height: 7rem;
}

.person-bubble > h2 {
  font-weight: 500;
  font-size: 1rem;
  margin: 0;
}

.person-bubble > .description {
  display: none;
  font-weight: 400;
  font-size: 0.9rem;
  width: 22rem;
}

.person-bubble > button {
  border: none;
  font-family: "Inter";
  font-size: 0.8rem;
  padding: 0.3rem;
  margin: 1rem 0;
  border: none;
  background-color: #e4eaf9;
  border-radius: 3px;
}

.person-bubble > button:hover {
  background-color: #c9d6f7;
}

.person-read-more {
  width: 32rem;
  height: 32rem;
  border: 3px solid #ee3a64;
}

.person-read-more img {
  max-height: 11rem;
}

.person-read-more > .description {
  display: block;
}

.hint {
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  line-height: 1.75rem;
  max-width: 45rem;
  margin: 2rem auto;
  padding: 4rem;
  border-radius: 30px;
}

.hint code {
  color: #ee3a64;
  font-weight: 600;
}

.hint blockquote {
  font-family: "Roboto-Light";
}

.hint-wide {
  max-width: unset;
}

.tasks {
  border-radius: 0.75rem;
  background: #fff;
  color: black;
  padding: 3rem;
  max-width: 37rem;
}

.tasks-purple {
  background-color: #e4eaf9;
}

.tasks > h2 {
  color: #ee3a64;
  font-family: "Quicksand", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
}
.tasks h3 {
  font-weight: 500;
  font-size: 1rem;
  margin: 2rem 0 0.5rem 0;
  font-family: "Roboto", sans-serif;
}

.tasks ul {
  padding-left: 1rem;
}

.tasks li {
  margin: 0.8rem 0;
}

.k {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.kantega-splat {
  position: absolute;
  right: 20px;
  bottom: 80px;
  max-width: 20rem;
  pointer-events: none;
}
