body{
  background: orange;
  background: -webkit-linear-gradient(to right, #ff7f00, #ffdebb);
  background: -o-linear-gradient(to right, #ff7f00, #ffdebb);
  background: -moz-linear-gradient(to right, #ff7f00, #ffdebb); 
  background: linear-gradient(to right, #ff7f00, #ffdebb);

  font-size: 17px;
  line-height: 1.5;
  font-family: "Lato", sans-serif;
}

h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;}

html {

}

h1 { font-size: 2em; }
h2 { font-size: 1.5em; }



h3{
    font-weight: 700;
    font-size: 35px;
}

.pagedata{
    margin-bottom: 200px;
}
.menu{
    margin-top: 10px;
}