:root {
  background-color: black;
  color: white;
  font-family: sans-serif;
  text-align: center;
}

hr {
  width: 50%;
  height: 1px;
  border: none;
  top: 1px;
  position: relative;
  border-top: 1px solid white;
}

code {
  color: white;
  padding: 2px 5px;
  border-radius: 6px;
  font-size: 1em;
}

pre > code {
  padding: 5px;
  display: block;
  overflow-x: auto;
}

.span-padding + .span-padding {
  padding-left: 5px;
}

a {
  text-decoration: none;
  color: white;
}

a:hover {
  text-decoration: underline;
}

.mcl-row {
  display: flex;
}

.mcl-column {
  flex: 50%;
}

.align-left {
  text-align: left;
  float: left;
}

.align-right {
  text-align: right;
  float: right;
}

.align-center {
  text-align: center;
  float: none;
}

/*# sourceMappingURL=yc.css.map */
