.mainer {
  max-width: 1400px;
  color: #999999;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 20px;
  padding-left: 9%;
    padding-top: 10%;
    padding-right: 9%;
  box-sizing: border-box;
  line-height: 35px;

  margin: 10%;
  box-shadow: 0 0 15px #f4f4f4;
}
.title{
  font-size: 42px;
  font-family: 'Playfair Display', serif;
  padding-bottom: 40px;
  
}
main:first-letter{
  font-size: 110px;
  font-family: 'Playfair Display', serif;
  color: black;
  display: block;
  float: left;
  margin-right: 4%;
  margin-top: 3%;
  margin-bottom: 3%;
}



.comment{
  font-size: 26px; 
  font-style: italic;
  color: #8f8f8f;
  word-spacing: 5px;
  padding-left: 25px;
 
}
span{
  padding-left: 5px;
}
button{
  width: 265px;
  height: 65px;
  background-color: white;
  border: 1px solid #eaa258;
  color: #eaa258;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
 letter-spacing: 5px;
 font-family: 'Lato', sans-serif;
 margin-top: 4%;
 margin-bottom: 15%;
}
button:hover{
  background-color: hsl(30, 83%, 51%);
  color: white;
}
body{
  background-color: #fefefe;
  width: 100%;
  margin: 0 auto;
 
}