body {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, 'Open Sans', 'Segoe UI', Arial, Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.8em;
  font-size: 16px;
  /* border-left: 2px solid black; */
  background-color: black;
  color: white;
}

marquee {
  font-size: 12px;
}

h1 {
  font-weight: bold;
  font-size: 3em;
  line-height: 1.4em;
  text-align: center;
  /* margin-bottom: 1%; */
}

/*

h2 {
  font-size: 1.5em;
  line-height: 1.4em;
  margin-bottom: 0;
  font-weight: bold;
}

ul {
  line-height: 1.6em;
  padding-top: 0;
  margin-top: 0;
} */

a {
  color: dodgerblue;
}

#logo {
  width: 40%;
  min-width: 300px;
  max-width: 500px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  margin-bottom: 2em;
}

.content {
  max-width: 70%;
  margin: 0 auto;
}

.content img {
  width: 25%;
  min-width: 150px;
  max-width: 250px;
  margin-top: 3%;
  margin-bottom: 0;
}

h3 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.footer {
  margin: 12px;
  padding: 12px;
  text-align: center;
  font-size: 12px;
}

@media screen and (max-width: 600px) {
  h1 {
    font-size: 2.5em;
  }
  .footer {
    font-size: 12px;
    padding-top: 15px;
  }
  .content {
    max-width: 90%;
  }
}

@media screen and (max-width: 450px) {
  .content {
    max-width: 90%;
  }
}

@media screen and (min-width: 1000px) {
  div {
     font-size: 24px;
  }
  .footer {
    font-size: 16px;
  }
  marquee {
    font-size: 16px;
  }
  .content {
    max-width: 700px;
    font-size: 1.25em;
  }
}