* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: "Libre Baskerville", sans-serif;
    background-color: #edf3ed;
}

.navbar {
  background: rgb(220, 215, 198);
  padding: 50px 50px;
  box-shadow: 0 1px 20px rgb(115, 111, 97);
}

.navdiv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(220, 215, 198);
}

.title {
  display: flex;
  position: absolute;
  margin: auto;
  margin-top: -7%;
  margin-left: 4%;
  background-color: rgb(220, 215, 198);
  padding: 35px;
}

.nav-title a {
  font-size: 1.5em;
  color: rgb(105, 108, 79);
}

.nav-title :hover {
  color: rgb(81, 83, 56);
}

.logo {
  display: flex;
  position: relative;
  left: -20px;
  width: 35%;
  background-color: rgb(220, 215, 198);
  padding: 5px;
  z-index: 1;
}

ul {
  background-color: rgb(220, 215, 198);
}

li {
  list-style: none;
  display: inline-block;
  padding: 0 20px;
  background-color: rgb(220, 215, 198);
}

li a {
  color: rgb(105, 108, 79);
  font-size: 17px;
  margin-right: 25px;
  background-color: rgb(220, 215, 198);
}

li :hover {
  color:rgb(81, 83, 56);
}

.homeimage {
  display: flex;
  background-image: url("./Images/house.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 1px 20px rgb(115, 111, 97);
  width: 100%;
  height: 400px;
  align-items: center;
  justify-content: center;
}

.phototitle {
  font-size: 295%;
  color: rgb(255, 255, 255);
  text-shadow: 4px 4px 6px #000000;
  justify-content: center;
  align-items: center;
  margin-top: 150px;
  display: flex;
  font-family: "Chonburi", serif;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 15px;
  height: 35%;
  width: 75%;
  margin-top: 10px;
}

.pianoimg {
  display: flex;
  position: absolute;
  margin-top: -315px;
  margin-left: 5%;
  width: 35%;
  box-shadow: 0 1px 20px rgb(115, 111, 97);
}

.upstairsimg {
  display: flex;
  position: relative;
  margin-left: 60%;
  width: 35%;
  bottom: -520px;
  box-shadow: 0 1px 20px rgb(115, 111, 97);
}

.stairsimg {
  display: flex;
  position: relative;
  margin-top: 10%;
  margin-bottom: 200px;
  margin-left: 5%;
  width: 35%;
  box-shadow: 0 1px 20px rgb(115, 111, 97);
  z-index: 1;
}

footer {
  background-color: rgb(220, 215, 198);
  color: rgb(105, 108, 79);
  text-align: center;
  padding-top: 65px;
  padding-bottom: 45px;
  margin-top: 150px;
  box-shadow: 0 1px 20px rgb(115, 111, 97);
}

.footer {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: rgb(220, 215, 198);
}

.copyright {
  background-color: rgb(220, 215, 198);
}

.welcome {
  display: flex;
  margin: auto;
  color:rgb(81, 83, 56);
  justify-content: center;
  margin-top: -15%;
  margin-left: 14%;
}

.welcome2 {
  display: flex;
  color:rgb(81, 83, 56);
  justify-content: left;
  margin-left: 45%;
  padding-right: 50px;
}

.history {
  display: flex;
  color:rgb(81, 83, 56);
  margin: auto;
  justify-content: center;
  margin-right: 82%;
  margin-top: 9%;
}

.history2 {
  display: flex;
  color:rgb(81, 83, 56);
  justify-content: left;
  padding-right: 700px;
  margin-left: 5%;
}

.benefits {
  display: flex;
  color:rgb(81, 83, 56);
  margin: auto;
  justify-content: center;
  margin-top: -34%;
  margin-left: -1%;;
}

.benefits2 {
  display: flex;
  color:rgb(81, 83, 56);
  justify-content: left;
  padding-left: 45%;
  padding-right: 50px;
}