a {
  color: #2ce8f4;
}

body {
  background-image: url("bg_bryophytes_noseam.gif");
  color: #ffffff;
  font-size: 1rem;
  overflow-wrap: break-word;
}

figure {
  margin: 0;
  padding: 0;
  text-align: center;
}

figcaption {
  display: none;
}

html {
  font-size: 20px;
}

img {
  image-rendering: optimizeSpeed;             /* STOP SMOOTHING, GIVE ME SPEED  */
  image-rendering: -moz-crisp-edges;          /* Firefox                        */
  image-rendering: -o-crisp-edges;            /* Opera                          */
  image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
  image-rendering: pixelated;                 /* Chrome */
  image-rendering: optimize-contrast;         /* CSS3 Proposed                  */
  -ms-interpolation-mode: nearest-neighbor;   /* IE8+                           */
  max-width: 100%;
}

h1 {
  font-size: 1.75rem;
}

h2 {
  border-bottom: 1px dotted;
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

hr {
  border: 1px dotted;
}

ol {
  margin: 1rem;
  padding: 0;
  text-align: left;
}

ul {
  list-style-type: square;
  margin: 1rem;
  padding: 0;
  text-align: left;
}

.container {
  background-color: #000c00;
  border-radius: 5px;
  display: flex;
  flex-direction: column-reverse;
  padding: 1rem;
}

@media (min-width: 768px) {  
  ul li {
    text-align: left;
  }

  .container {
    flex-direction: row;
    margin-left: 15vw;
    margin-right: 15vw;
    margin-top: 10vh;
  }
    
  .main {
    padding: 1rem;
    overflow-x: scroll;
  }
}
