@charset "utf-8";

.title {
  height: 210px;
  background-image: url(../images/farm2023_title.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-shadow: 1px 1px 10px #4b2c14;
}

.title h1 {
  font-family: sans-serif;
  font-size: 40px;
  font-weight: bold;
}

.title p{
  font-size: 18px;
  margin-top: 20px;
}

.footer {
  margin-top: 100px;
}

.flyer_1 {
  background: url("../images/farm2023_1.jpg");
}

.flyer_2 {
  width: 80%;
  height: 80%;
  background: url("../images/farm2023_2.jpg");
}