* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  font-family: NowayRound;
  background-color: #ffd0f7;
  color: #8e44ad;
  text-align: center;
  font-size: 150%;
  display: flex;
}

.container {
  max-width: 500px;
  padding: 10px;
  margin: auto;
}

.container.wide {
  width: 100vw;
}

.download-button {
  font-weight: 500;
  font-size: 150%;
  display: inline-block;
  border-radius: 8px;
  padding: 10px;
  padding-top: 18px;
  margin-top: 20px;
  width: 300px;
  background-color: #8e44ad;
  color: white;
}

.download-button.delta {
  background-color: white;
  color: #8e44ad;
  font-size: 120%;
  width: 240px;
}

.download-button:hover {
  box-shadow: 5px 5px;
}

.download-button .version {
  font-weight: 400;
  font-size: 80%;
}

h1 {
  margin-bottom: 0;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}

h1 + h2 {
  margin-top: 0;
}

h2#mods {
  margin-top: 40px;
}

h3 {
  font-weight: 500;
  margin-bottom: 10px;
}

.mc-icon {
  height: 1.25em;
  margin-right: 12px;
  vertical-align: middle;
  margin-bottom: -3px;
}

.item {
  font-weight: 300;
  font-size: 150%;
  display: inline-block;
  background-color: white;
  border-radius: 8px;
  padding: 10px 15px;
  padding-top: 14px;
  margin-top: 20px;
  width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  margin-top: 3px;
}

a:hover {
  font-weight: 500;
}

small {
  font-size: 64%;
  font-weight: 400;
}

@media (max-width: 500px) {
  body {
    font-size: 125%;
  }
}

@media (max-width: 360px) {
  .mc-icon {
    margin-right: 0;
    margin-bottom: 12px;
  }
}

section {
  width: 100vw;
  column-width: 300px !important;
  column-gap: 20px;
  column-count: auto;
  padding-left: 20px;
  padding-right: 20px;
}

section .mod {
  width: 100%;
}

.mod {
  display: inline-block;
  background-color: white;
  border-radius: 8px;
  padding: 10px 15px;
  padding-top: 16px;
  margin-bottom: 12px;
  width: 100%;
  text-align: left;
}

.mod header {
  font-weight: 500;
  font-size: 110%;
}

.mod header a {
  margin-top: 0;
}

.mod header a[href]:hover {
  text-decoration: underline;
}

.mod header .version {
  font-size: 75%;
  font-weight: 400;
  color: #888;
}

.mod p {
  color: black;
  font-size: 84%;
  padding-top: 8px;
  margin: 0;
  line-height: 1.2em;
}

.mod p a {
  color: #8e44ad;
}

.mod .notice {
  font-style: italic;
  color: #888;
  font-size: 75%;
}

.mod span.notice {
  font-size: 90%;
}

.mod p.byline {
  font-style: italic;
  font-size: 70%;
  padding-top: 0;
  color: #888;
}

.notice:not(.mod > .notice) {
  font-style: italic;
  color: #444;
  font-size: 75%;
  line-height: 1.4;
}

kbd {
  font-family: "JetBrains Mono";
  display: inline-block;
  background-color: #eee;
  padding: 0 4px;
  border-radius: 4px;
}

.mod ul {
  margin: 0;
  margin-top: 4px;
  color: black;
  padding-left: 32px;
}

.mod li {
  margin-top: 4px;
  font-size: 80%;
  line-height: 1.2em;
  list-style-type: "–  ";
  padding-top: 2px;
}

.mod.removed {
  background-color: #eee;
}

.mod.removed header a {
  text-decoration: line-through;
}

.mod.removed,
.mod.removed p,
.mod.removed ul,
.mod.removed .version,
.mod.to-add,
.mod.to-add p,
.mod.to-add ul,
.mod.to-add .version {
  color: #aaa;
}

.mod.removed .notice,
.mod.to-add .notice {
  color: #ccc;
}
