
#home
{
  vertical-align: center;
  margin: auto auto;  
}

#home h1
{
    letter-spacing: 0.3em;
    line-height:1.3em;
    color:#EEF8D0;
    margin: 4em 0;
    text-shadow: 1px 1px 4px rgba(0,0,0,1);
}

#quote 
{
    color:rgba(228,219,109,1);
    font-style:italic;
    margin: 8em 0;
    text-shadow: 1px 1px 4px rgba(0,0,0,1);
}