html{
    width: 100%;
    height: 100%;
    margin: 0; /* Space from this element (entire page) and others*/
    padding: 0; /*space from content and border*/
  border-top: 25px solid #F5A42B;
    display:block;
    box-sizing: border-box;
}
h1{
  color:rgb(0, 51, 51);
  font-weight: 300;
  }
.title{
  text-align: center;
  }
.quote{
  font-family: 'Bitter';
  text-align: center;
  padding-top: 50px; 
  font-size: 22pt;
  color:#000000;
  letter-spacing: 7px;
  }

.quote span{
  font-size: 26pt;
  }
.content{
  padding-top: 20px;
  padding-bottom: 60px;
  }
.content img{
   max-width: 85%;
  }


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

.footer{

  }
*, *:before, *:after {
  box-sizing: border-box;
}
