body {
  width: 100%;
  max-width: 1200px;
  font-family: "Courier New", Courier, monospace;
  text-align: left;
}

h1 {
  font-size: 3em;
}

h2 {
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 5px;
}

h3 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 5px;
}

footer {
  font-size: 1em;
}

img {
  width: 41px;
}

ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin-bottom: 5px;
}

a {
  text-decoration: none;
  color: black;
  font-weight: normal;
}

a:hover {
  text-decoration: underline;
}

.list-name {
  padding: 10px 0 10px 0;
}

.text {
  font-size: 1.5em;
}

.picture-gif {
  width: 100%;
  max-width: 800px;
}

.logo {
  width: 25px;
  padding: 10px;
}

@media screen and (min-width: 640px) {
  h1 {
    font-size: 2.5em;
  }

  h2 {
    font-size: 1.6em;
  }

  h3 {
    font-size: 1.3em;
  }

  .text {
    font-size: 1em;
  }

  footer {
    font-size: 0.7em;
  }
}
