header h1, h1, h2, h3, h4, h5 {
  color: #3ab331;
}

red {
  color: #d23333 !important;
}

ul {
  list-style: none;
  padding-left: 2rem;

  li {
    list-style-image: url();
  }
  li::before {
    content: ">> ";
    color: #3ab331;
    font-weight: bold;
    font-size: 1rem;
    margin-left: -2rem;
    margin-right: 0.1rem;
  }
}

header {
  background-image: url('/assets/android-chrome-192x192.png');
  background-repeat: no-repeat;
  background-position: center left 0.5rem;
  background-size: contain;
}

@media (max-width: 1200px) {
  header {
    background-position: center right 0.5rem;
    margin: 0 0 20px 0;
    padding-bottom: 0px;

    h2 {
      margin-bottom: 10px;
    }
  }
}

#networks a svg {
  margin-left: -2px;
  margin-top: -4px;
  margin-bottom: -4px;
  margin-right: 4px;
}

footer {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  border-top: 1px dashed #b5e853;
  padding: 10px 0;
  margin: 20px 0 0 0;
  font-size: 12px;
}

html, body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}