.img-logo {
  margin-right: auto;
}

.images {
  margin: 20px;

  width: 100%;
  max-width: 900px;
  padding: 0 1rem;
  box-sizing: border-box;
}

.body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;

  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 20px;
  font-weight: bold;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}
footer {
  margin-top: 40px;
}

.hero__image {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 100px;
}
