body{
  background-color:#FDFAF8;
  color: #1d1b19;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
 margin: 0px;
}

#quote-header{
  text-align:center;
  margin-bottom:60px;
}
#quote-div{
  text-align:left;
	max-width: 650px;
	max-height: 400px;	
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
  padding: 24px;
}
#quote-text{
  font-size:28px;
  margin-top:0px;
  line-height: 1.4em;
  font-weight: 400;
}
#quote-author{
  font-size: 14px;
  opacity: .8;
  margin-top: 0px;
}
#change-quote-button{
     background-color: #FDFAF8;
    color: black;
    border-style: none;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 24px;
    padding: 8px 16px;
    margin-left: 24px;
    outline: none;
    border-radius: 24px;
    border: 1px solid black;
}

#change-quote-button:hover{
  cursor: pointer;
  background-color: white;
}

#footer{
  width: 100%;
  bottom: 0px;
  position: absolute;
  font-size: 14px;
  margin: 0px;
}

#footer p{
  border-top:1px solid #D1CCC8;
  padding: 24px;
  margin: 0px;
}

