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

html {
  font-family: "Kosugi", sans-serif;
}

a {
  z-index: 4;
}

a.btn {
  background-color: deeppink;
  border-color: deeppink;
  border-radius: 0.2em;
}

a.btn:hover {
  color: deeppink;
  background-color: white;
}

nav label div {
  background-color: deeppink;
}

section article {
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  border-radius: 0.4em;
  font-size: 1.1em;
}

section article p {
  padding: 0;
}

iframe {
  width: 100%;
  height: 350px;
  border-style: none;
}

.caption {
  font-size: 0.8em;
  margin-bottom: 2.1em;
}

footer {
  color: black;
}