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

html {
  background-color: #5555aa;
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

hr {
  border: none;
  border-top: 3px solid #333333;
  color: #333333;
  overflow: visible;
  text-align: center;
  height: 3px;
}

hr.separator {
  border-color: #ffffaa;
  margin: 30px 0;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: white;
  background-color: #66ff5555;
  padding: 5px 10px;
  border-radius: 5px;
}

a.link {
  background-color: unset;
  font-weight: bold;
  color: white;
  text-decoration: underline;
  text-decoration-color: #ffff55;
}

a:focus {
  background-color: #eeffff55;
}

a.download {
  font-size: 1.5rem;
  background-color: #ff555555;
}

h1 {
  color: #bbffff;
  background-color: #ffffff33;
  border-radius: 30px;
  width: min(90vw, 750px);
  margin: 20px auto 10px;
  padding: 10px;
  word-break: keep-all;
}

h2 {
  color: white;
}

p {
  color: white;
  font-size: 1.2rem;
}

ul {
  color: white;
  text-align: center;
  list-style-position: inside;
}

.menu {
  display: block;
  position: fixed;
  top: 0;
  left: 50%;
  padding: auto;
  transform: translate(-50%, 0);
  background-color: #5555aa;
  width: 100vw;
  height: 50px;
  word-break: keep-all;
}

.menuitem {
  display: inline-block;
  margin: 5px 5px auto;
  padding: 5px 5vw;
}

.menuspace {
  height: 50px;
}

small {
  font-family: serif;
  color: white;
  margin: 5px;
  display: block;
}

img {
  width: min(75vw, 540px);
}
img#icon {
  width: 256px;
  background-color: #ffffff44;
  border-radius: 50px;
}

button {
  font-size: 1.5rem
}