.container {
  position: relative;
  background-image: url("../img/evereager.jpg");
  background-size: cover;
  background-size: 100% 100%;
  color: white;
  text-align: center;
  line-height: 375px;
  font-size: 7vmin;
}

.container2 {
  position: relative;
  background-image: url("../img/nasa-pd4lo70LdbI-unsplash.jpg");
  background-size: cover;
  background-size: 100% 100%;
  color: white;
  text-align: center;
  line-height: 375px;
  font-size: 7vmin;
}

.container3 {
  position: relative;
  background-image: url("../img/nasa-pd4lo70LdbI-unsplash.jpg");
  background-size: cover;
  background-size: 100% 100%;
  color: white;
  text-align: center;
  line-height: 100px;
  font-size: 7vmin;
}

.content {
  background-color: rgb(234, 215, 208);
  text-align: left;

  border-radius: 0px;
  font-size: 5vmin;
  font-family:
    system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
}

.content img {
  width: 100%;
  height: 70%;
  object-fit: cover; /* Options: cover, contain, fill, scale-down */
}

.footer {
  background-color: rgb(13, 80, 83);
  line-height: 30px;
  text-align: center;
  border-radius: 0px;
  color: white;
}

.horizontal-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333333;

  li {
    float: left;
  }

  li a {
    display: block;
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;
  }

  li a:hover {
    background-color: #111111;
  }
}
