body {
  font-family: Lato, sans-serif;
}

h1 {
  width: 100%;
  font-weight: lighter;
  text-align: center;
  font-size: 40px;
  color: indianred;
}

h2 {
  display: inline-block;
  text-align: center;
  background-color: indianred;
  padding: 3px;
  margin: 5px;
  font-size: 28px;
  color: white;
}

h3 {
  display: inline-block;
  font-weight: bold;
  background-color: white;
  text-align: center;
  padding: 10px;
  color: indianred;
}

h4 {
  display: inline-block;
  font-weight: bold;
  background-color: white;
  text-align: center;
  padding: 10px;
  color: indianred;
}

a {
  text-decoration: none;
  color: indianred;


}

.container {
  min-width: 775px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.main {
  background-size: cover;
  min-width: 964px;
  min-height: 422px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-image: url("https://www.syncron.com/wp-content/uploads/2017/05/Apple-Store.jpg");
}

.more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 45px;
}

.more div {
  background-size: cover;
  min-width: 450px;
  min-height: 345px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  margin-left: 30px;
}

#sights {
  background-image: url("https://www.apple.com/newsroom/images/live-action/new-store-opening/vienna_apple_wide_interior_shot_022118_big.jpg.large.jpg");
}

#events {
  background-image: url("https://p5.focus.de/img/fotos/origs8833401/9155382977-w800-h533-o-q75-p5/apple-robo.jpg");
}
