body {
  background-color: #c4a291;
}
h1 {font-size: 30px;
  font-family: "Edu NSW ACT Hand Pre", cursive;
  text-align: center;
}

h3 {
  text-align: center;
}

h4 {
  font-family: "Edu NSW ACT Hand Pre", cursive;
  text-align: center;
  font-weight: 500;
}
.header-container {
  display: flex;
  justify-content: center; 
  align-items: center; 
  background-color: antiquewhite;  
  padding: 15px;
  border-radius: 5px;
}

.home-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  font-size: 17px;
  font-family: "Edu NSW ACT Hand Pre", cursive;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
ul {
  font-family: "Edu NSW ACT Hand Pre", cursive;
  font-size: 18px;
  text-align: left;
}
p {
  font-family: "Edu NSW ACT Hand Pre", cursive;
  font-size: 18px;
  text-align: left;
}

.top-img {
  width: 700px;
  border-radius: 10px;
  margin: 275px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.middle-img {
  width: 500px;
  border-radius: 10px;
  margin: 180px;
  margin-top: 10px;
  margin-bottom: 10px;
  float: right
}

.bottom-img {
  width: 500px;
  height: 700px;
  border-radius: 10px;
  margin: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  float: left
}

.image-source p {
  color: skyblue;
  font-size: 10px;
  float: left;
}






