body > footer > #links > section > h4, body > #vote > .text > h3, body > #create > .text > h3, body > #top > .text > h2 {
  color: #0b214a;
  margin-top: 0;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
}

body > #top > .text > h2 {
  font-size: 42px;
}
@media screen and (max-width: 600px) {
  body > #top > .text > h2 {
    font-size: 28px;
  }
}

body > #vote > .text > h3, body > #create > .text > h3 {
  font-size: 36px;
}
@media screen and (max-width: 600px) {
  body > #vote > .text > h3, body > #create > .text > h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 600px) {
  body > footer > #links > section > h4 {
    font-size: 14px;
  }
}

body > #vote > .text > .description > p, body > #create > .text > .description > p, body > #top > .text > p {
  font-size: 20px;
  color: #90a0ac;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
}
@media screen and (max-width: 600px) {
  body > #vote > .text > .description > p, body > #create > .text > .description > p, body > #top > .text > p {
    font-size: 14px;
  }
}

body > footer > #links > section > p > a, body > #vote > .text > .description > p > a, body > header > #plus > a {
  text-decoration: none;
  color: #0366d6;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
}

body > #vote > .text > .description > p > code, body > #create > .text > .description > p > code {
  border-radius: 4px;
  padding: 4px;
  font-family: "Roboto Mono", monospace;
}

body > #vote > .text, body > #create > .text, body > #top > .text {
  width: 100%;
}

body > #vote > .text > .description, body > #create > .text > .description {
  max-width: 500px;
  margin: 0 auto;
  text-align: left;
  word-break: break-all;
  padding: 0 20px;
}

body > #vote > .figure, body > #create > .figure, body > #top > .figure {
  width: 100%;
  margin: 0 auto;
}

body > #vote, body > #create, body > #top {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  body > #vote, body > #create, body > #top {
    display: block;
  }
}

body {
  margin: 0;
  font-family: sans-serif;
}
body > header {
  display: flex;
  justify-content: space-evenly;
  border-bottom: 1px solid #eaecef;
  position: fixed;
  z-index: 1;
  backdrop-filter: blur(64px);
  -webkit-backdrop-filter: blur(64px);
  background: #ffffffcd;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  body > header {
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }
}
body > header > #plus > a, body > header > #circle span {
  line-height: 40px;
  font-weight: bold;
  font-size: 24px;
  color: #24292e;
}
body > header > #circle {
  margin: 15px;
}
body > header > #search {
  max-width: 600px;
  flex: 2;
}
body > header > #search > input {
  background: #eaecef48;
  border-radius: 20px;
  width: 100%;
  height: 40px;
  margin: 15px 0;
  border: none;
  padding: 0 10px;
  font-size: 24px;
  box-sizing: border-box;
  -webkit-appearance: none;
  text-align: center;
  outline: none;
}
body > header > #search > input:hover {
  background: #eaecef;
}
body > header > #search > input:valid {
  background: transparent;
}
body > header > #plus {
  margin: 15px;
}
body > #space {
  height: 70px;
}
body > #top {
  background: linear-gradient(185deg, #f7f8f9 80%, white 80%);
  padding-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  body > #top {
    background: linear-gradient(#f7f8f9, white);
    padding-bottom: 16px;
  }
}
body > #top > .text {
  padding-top: 128px;
}
@media screen and (max-width: 1200px) {
  body > #top > .text {
    padding-top: 64px;
  }
}
body > #top > .text > p {
  text-align: center;
}
body > #top > .text > a#install {
  text-align: center;
  margin: 100px auto;
  color: white;
  text-decoration: none;
  display: block;
  background: #0073ec;
  font-size: 16px;
  width: 200px;
  padding: 20px;
  border-radius: 4px;
  font-weight: 700;
}
body > #top > .text > a#install:hover {
  background: #0162cc;
}
@media screen and (max-width: 600px) {
  body > #top > .text > a#install {
    margin: 50px auto;
  }
}
body > #top > .figure {
  max-width: none;
}
@media screen and (max-width: 1200px) {
  body > #top > .figure {
    max-width: 600px;
  }
}
@media screen and (max-width: 600px) {
  body > #top > .figure {
    max-width: 300px;
  }
}
body > #top > .figure > #icons {
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
}
body > #create {
  line-height: 30px;
  flex-direction: row-reverse;
  padding-top: 100px;
}
@media screen and (max-width: 1200px) {
  body > #create {
    padding: 16px 0;
  }
}
@media screen and (max-width: 1200px) {
  body > #create > .text {
    padding-top: 50px;
  }
}
@media screen and (max-width: 600px) {
  body > #create > .text {
    max-width: 400px;
    margin: 0 auto;
    padding-top: 0;
  }
}
body > #create > .text > .description > p > code {
  background: #f7f8f9;
}
@media screen and (max-width: 1200px) {
  body > #create > .figure {
    display: none;
  }
}
body > #create > .figure > .container {
  max-width: 500px;
  margin: 0 auto;
  color: #24292e;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
body > #create > .figure > .container > #title {
  width: 100%;
  font-size: 24px;
  height: 50px;
  border-radius: 5px 5px 0 0;
  line-height: 50px;
  padding: 0 16px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
body > #create > .figure > .container > #content {
  padding: 16px;
  border-radius: 0 0 5px 5px;
  border: 1px solid #ddd;
  border-top: none;
  line-height: 1.5;
  text-align: justify;
}
body > #vote {
  line-height: 30px;
  background: linear-gradient(355deg, #f7f8f9 75%, white 75%);
  padding: 400px 0 50px;
}
@media screen and (max-width: 1200px) {
  body > #vote {
    background: transparent;
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  body > #vote > .text {
    max-width: 400px;
    margin: 0 auto;
  }
}
body > #vote > .text > .description > p > code {
  background: white;
}
@media screen and (max-width: 1200px) {
  body > #vote > .text > .description > p > code {
    background: #f7f8f9;
  }
}
@media screen and (max-width: 1200px) {
  body > #vote > .figure {
    padding: 64px 0;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 600px) {
  body > #vote > .figure {
    padding: 32px 0;
  }
}
body > #vote > .figure > .gizmo {
  height: 300px;
  margin: 0 auto;
  max-width: 280px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
@media screen and (max-width: 1200px) {
  body > #vote > .figure > .gizmo {
    max-width: 300px;
  }
}
body > #vote > .figure > .gizmo > .computeWrapper > #compute:hover:enabled, body > #vote > .figure > .gizmo > .idWrapper > textarea:hover {
  background: #f7f8f9;
  transition: all 0.15s;
}
body > #vote > .figure > .gizmo > .bestHashWrapper, body > #vote > .figure > .gizmo > .bestNonceWrapper, body > #vote > .figure > .gizmo > .nonceWrapper, body > #vote > .figure > .gizmo > .computeWrapper, body > #vote > .figure > .gizmo > .idWrapper {
  height: 20%;
}
body > #vote > .figure > .gizmo > .idWrapper > textarea:focus {
  background: white;
}
body > #vote > .figure > .gizmo > .idWrapper > textarea:focus::placeholder {
  color: transparent;
}
body > #vote > .figure > .gizmo > .bestHashWrapper > textarea, body > #vote > .figure > .gizmo > .bestNonceWrapper > textarea, body > #vote > .figure > .gizmo > .nonceWrapper > textarea, body > #vote > .figure > .gizmo > .idWrapper > textarea {
  box-sizing: border-box;
  padding: 16px 8px;
  overflow-wrap: break-word;
  font-size: 13.5px;
  line-height: 13.5px;
  color: #0b214a;
  font-family: "Roboto Mono", monospace;
  -webkit-appearance: none;
  border-radius: 0;
  width: 100%;
  border: 1px solid #ccc;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  resize: none;
  caret-color: #0b214a;
}
body > #vote > .figure > .gizmo > .bestHashWrapper > textarea::placeholder, body > #vote > .figure > .gizmo > .bestNonceWrapper > textarea::placeholder, body > #vote > .figure > .gizmo > .nonceWrapper > textarea::placeholder, body > #vote > .figure > .gizmo > .idWrapper > textarea::placeholder {
  line-height: 30px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
}
body > #vote > .figure > .gizmo > .idWrapper > textarea {
  border-radius: 5px 5px 0 0;
}
body > #vote > .figure > .gizmo > .computeWrapper > #compute {
  width: 100%;
  background: white;
  border-radius: 0;
  border: 1px solid #ccc;
  border-top: none;
  font-size: 24px;
  color: #0b214a;
  height: 100%;
}
body > #vote > .figure > .gizmo > .computeWrapper > #compute:enabled {
  cursor: pointer;
}
body > #vote > .figure > .gizmo > .computeWrapper > #compute:enabled:active {
  background: #ccc;
}
body > #vote > .figure > .gizmo > .bestHashWrapper > textarea, body > #vote > .figure > .gizmo > .bestNonceWrapper > textarea, body > #vote > .figure > .gizmo > .nonceWrapper > textarea {
  background: white;
  border: 1px solid #ccc;
  border-top: none;
  cursor: default;
}
body > #vote > .figure > .gizmo > .bestHashWrapper > textarea {
  border-radius: 0 0 5px 5px;
}
body > footer {
  background: linear-gradient(5deg, white 70%, #f7f8f9 70%);
}
@media screen and (max-width: 1200px) {
  body > footer {
    background: transparent;
    padding-top: 64px;
  }
}
@media screen and (max-width: 600px) {
  body > footer {
    padding-top: 32px;
  }
}
body > footer > #links {
  margin: 0 auto;
  padding: 300px 0 100px;
  text-align: center;
  max-width: 600px;
  display: flex;
}
@media screen and (max-width: 1200px) {
  body > footer > #links {
    margin: 64px auto;
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  body > footer > #links {
    margin: 32px auto;
  }
}
body > footer > #links > section {
  width: 33.33%;
}
@media screen and (max-width: 600px) {
  body > footer > #links > section > p > a {
    font-size: 12px;
  }
}