body{
  width: 100%;
  height: 100%;
}

.header{
  text-align: center;
  color : white;
}

.buttons
{
  text-align: center;
  margin:10px auto auto auto;
}

.well{
    border-radius:30px;
    position:relative;
    margin:40px auto auto auto;
    padding:50px 50px;
    display:table;
    text-align: center;
    max-width: 500px;
}

#quote{
      font-size: 1.5em;
      margin:30px auto auto auto;
}

.author{
     text-align: right;
      font-size: .7em;
}

.footer{
  color: white;
  text-align: center;
}
