html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1em;
    box-sizing: border-box;
}
body {
    font-family: 'Grandstander', cursive;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#feffff+0,ddf1f9+35,f2f1ff+100 */
    background: rgb(254,255,255); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(254,255,255,1) 0%, rgba(221,241,249,1) 35%, rgba(242,241,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(254,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(242,241,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(254,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(242,241,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#f2f1ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
h1 {
    font-size: 2em;
    font-weight: 600;
    margin-block-start: 0;
    width: 100%;
    text-align: center;
}
.quote-container {
    
}
.quote {
    font-style: italic;
}
.author {
    text-align: right;
}