.readme-content {
  max-width: 500px;
  margin: 30px auto;
  padding: 2%;
  background-color: white;
  border-radius: 20px;
}
.readme-content ol,
.readme-content ul {
  margin-left: 1em;
}

.readme-button {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.8rem;
}

.readme-section {
  margin-top: 30px;
  margin-bottom: 90px;
}
.readme-section p {
  margin-top: 5px;
}
.readme-section .bold {
  font-weight: bold;
}
.readme-section li {
  margin: 10px auto;
}
.readme-section .center {
  text-align: center;
  margin: 20px auto;
}
.readme-section h2 {
  position: relative;
  display: block;
  text-align: center;
  margin: 0 auto 4rem;
}
.readme-section h2:before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #211a19;
  border-radius: 2px;
}
.readme-section h3 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.readme-section h3 {
  display: inline-block;
  margin: 0 0.5em 0.3em 1em;
  padding: 0;
}
.readme-section h3 {
  position: relative;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 1em;
  background-color: #333132;
  border-radius: 0 3px 3px 0;
  color: #fff;
  font-size: 1.5rem;
  text-decoration: none;
  transition: 0.2s;
}
.readme-section h3::before {
  position: absolute;
  top: 0;
  left: -15px;
  content: "";
  width: 0;
  height: 0;
  border-color: transparent #333132 transparent transparent;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  transition: 0.2s;
}
.readme-section h3::after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background-color: #fff;
  border-radius: 100%;
}

.readme-small-section {
  margin-bottom: 50px;
}/*# sourceMappingURL=default-style.css.map */