body {
  background-image: url("../img/leaves.png");
  background-repeat: repeat;
}

.body {
  display: block;
  margin: 0 auto;
  max-width: 90%;
  margin-top: 110px !important;
  margin-bottom: 60px !important;
  background-color: whitesmoke;
  border: solid #f8faf0;
  border-radius: 5px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
  font-family: 'Raleway', sans-serif;
}

.header {
  border-bottom: 1px solid rgb(193, 238, 121);
  padding-bottom: 50px;
  max-width: 90%;
  display: block;
  margin: 0 auto;
}

#title {
  margin: 50px 0px 10px 0px;
  font-family: 'Pushster', cursive;
}

#description {
  margin: 20px 0px;
}

.row {
  padding: 15px 30px 10px 30px;
  font-size: 20px;
}
.button{
  padding:15px;
  border-radius: 6px;
  background-color: rgb(177, 218, 111);
  color: white;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 1px 3px 8px rgba(8, 8, 8, 0.3);
}
.button:hover{
  background-color: white;
  color: rgb(177, 218, 111);
}

#photo {
  max-width: 80%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
  border: 5px solid white;
  border-radius: 10px;
  margin-top: 35px;
}
.icon{
  max-width: 40px;
  padding: 5px;
}
.contact{
text-decoration: none;
color: rgb(126, 161, 68);
}
.contact:hover{
  color: black;
}