.sora100 {
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}
.sora200 {
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
.sora400 {
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.sora600 {
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.sora800 {
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.section1 {
    background-color: #efc1c7;
	padding-bottom:20px;
}
.section2 {
  background-color: #e79b7f;
  padding-top: 40px;
}
.section3 {
  background-color: #ede0d1;
  padding-top: 40px;
}
.section3 h3{
  text-align: center;
}
img {
    max-width: 100%;
}
.section3 img {
	border-radius:20px;
	border: 2px solid white;
	transition: transform .2s; /* Animation */
}
.section3 img:hover {
	transform: scale(1.05);
}
.section1 h1 {
    padding-top: 8rem;
}
.button1 {
  color: black;
  border: 2px solid #B37725;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
.button1:hover {
  background-color: #F8DAB1; /* Green */
  color: white;
}
.centered {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
