*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html{

  font-family: Helvetica, sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  background-image: url("assets/flower.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  line-height: 1.5;
  line-height: 1.5;
}

main{
  margin-top: 300px;

}
.title {
  text-align: center;
  font-family: "Fleur De Leah", cursive;
  font-size: 110px;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
}
.fonts {
  text-align: center;
  font-family: "Poiret One", sans-serif;
  font-size: 40px;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
}
.fable {
  margin: 20px 400px;
  text-align: center;
  font-family: "Poiret One", sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
}


  
