@font-face {
  font-family: "DejaVuSansMonoBold";
  src: url("../assets/fonts/DejaVuSansMonoBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
body {
  text-align: center;
  font-family: monospace;
  background: black;
  color: white;
  margin: 0;
  padding: 0px;
}

.logo {
  font-family: DejaVuSansMonoBold, monospace;
  font-size: 14px;
  margin-top: 50px;
}

a {
  color: aquamarine;
}

.subHeader {
  margin: 0;
  padding: 0;
  opacity: 0.7;
}

.previewMark {
  padding: 0;
  opacity: 0.7;
  font-style: italic;
}

.section {
  margin: 30px 0 100px 0;
}
.section > .header {
  opacity: 0.5;
  text-decoration: underline;
}

.mainContent {
  max-width: 900px;
  margin: 0 auto;
  padding: 10px;
}

fieldset {
  margin-top: 40px;
  border-radius: 16px;
}
fieldset legend {
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.3em;
  font-weight: bold;
  opacity: 0.7;
}

.appLinks {
  padding-bottom: 20px;
}
.appLinks a {
  display: block;
  margin-top: 20px;
}

.splitViewContainer {
  display: flex;
  margin: 0 auto;
  width: fit-content;
  justify-content: center;
  padding: 10px;
}
.splitViewContainer .splitView {
  margin-right: 60px;
  text-align: center;
  max-width: 600px;
}
.splitViewContainer .splitView:last-of-type {
  margin-right: 0;
}

.downloadSection .content .option {
  max-width: 300px;
}
.downloadSection .content .option .header {
  margin: 0;
}
.downloadSection .content .option .description {
  margin: 0;
  opacity: 0.6;
  margin-bottom: 20px;
}
.downloadSection .content .option a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.osSection {
  margin-top: 80px;
  padding: 10px;
}
.osSection:first-of-type {
  margin-top: 20px;
}

.important {
  text-decoration: underline;
}

.codeExplanation {
  margin-bottom: 30px;
}
.codeExplanation .header {
  font-style: italic;
}

code {
  color: #eae5e5;
  background: #313131;
  padding: 5px;
  display: block;
  width: auto;
  max-width: max-content;
  border-radius: 5px;
  margin: 5px auto 5px auto;
  word-wrap: break-word;
}
code .codeComment {
  opacity: 0.6;
  font-style: italic;
}

.installSection .step {
  margin-bottom: 50px;
  max-width: 900px;
  margin: 0 auto 40px auto;
}
.installSection .step .explanation {
  opacity: 0.8;
}

footer {
  margin-top: 200px;
}

@media only screen and (max-width: 600px) {
  body {
    font-size: 1.1em;
  }

  a {
    height: 48px;
  }

  .splitViewContainer {
    flex-direction: column;
    align-items: center;
  }
  .splitViewContainer .splitView {
    margin-right: 0;
    margin-bottom: 50px;
  }
}

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