body {
  margin: 0;
  padding: 4rem;
  font-family: Arial, sans-serif;
  background: #0b0b0b;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

h1 {
  margin: 0;
  font-size: 45px;
  font-weight: 600;
  color: #b9b9b9;
}

h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 600;
  color: #b9b9b9;
}

h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #b9b9b9;
}

p {
  margin-top: 10px;
  font-size: 1.2rem;
  opacity: 0.7;
  max-width: 65ch;
  margin: 1rem auto;
  padding: 0 1rem;
}

code {
  font-family: Consolas,"courier new";
  color: #ffffff;
  background-color: #484848;
  padding: 2px;
  font-size: 105%;
}

ul {
  list-style-position: inside;
}

ol {
  list-style-position: inside;
}

li {
  margin-top: 5px;
  font-size: 1.2rem;
  opacity: 0.7;
}

.italic {
  font-style: italic;
}

.status {
  font-weight: 800;
  color: #31d158;
}

a.link-button {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 25px;
  font-weight: 500;
  color: #b9b9b9;
  text-decoration: none;
  border: 2px solid #444;
}

a.lang-selector {
  position: fixed;
  top: 10px;
  right: 10px;

  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 25px;
  font-weight: 500;
  color: #b9b9b9;
  text-decoration: none;
  border: 2px solid #444;
}

img.badge {
  padding-right: 5px;
}