*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.reunion-flyer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  max-width: 1920px;
  padding: 20;
  margin: 20px;
}

.reunion-flyer img {
  width: 30%;
}
/* 
.flex-container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: auto;
  height: auto;
  background-color: aqua;
} */

.top-flexbox {
  text-align: center;
  color: dodgerblue;
}

.item {
  width: auto;
  margin: 20px;
  border: 3px solid blue;
  background-color: aqua;
}

.middle-flexbox {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  background-color: aqua;
}

.middle-flexbox .item {
  width: 600px;
  margin: 10px;
  border: 3px solid blue;
  background-color: lavenderblush;
}

.item-1 {
  width: 50%;
  min-height: 500px;
}
.item-2 {
  width: 50%;
  min-height: auto;
}

.item-2 img {
  width: 100%;
  height: 100%;
}

.item-1 h1 {
  color: blue;
  text-align: left;
}

/* .flex-container .item-2 {
  flex: 1 1 auto;
  justify-content: space-around;
  align-items: center;
  display: flex;
} */

.item-2 h1 {
  color: blue;
  text-align: center;
}

.slide img {
  width: 950px;
  height: auto;
}
