@import url(http://fonts.googleapis.com/css?family=Noto+Serif:400,700,400italic,700italic);

body{
    margin: 0;
    background: #f0f0f0;
    /*background-image: url("http://api.thumbr.it/whitenoise-361x370.png?background=f0f0f0ff&noise=e6e6e6&density=53&opacity=100");*/
    text-align: center;
}
div.quote{

    max-width: 900px;
    max-height: 400px;
    margin: 250px auto;
    font-family: 'Noto Serif';
    font-style: italic;
    color: #696969;
    cursor: default;
    display: inline-block;
    
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}
.inline {
	display: inline-flex;
}
.quote img {
    height: 400px;
    position: relative;
    margin: -80px 50px 0px -80px;

}
h1{
    margin: 0;
    font-size: 42pt;
    text-align: left;
}
h3{
    margin: 10px 0 0 40px;
    font-size: 16pt;
    font-weight: 300;
    text-align: left;
}

div.buttons.refresh{
    height 50px;
    margin: 0 0 0 ;
    font-family: 'Noto Serif';
    color: #f0f0f0;
}

div.buttons.refresh div{
    background: #696969;
    color: #f0f0f0;
    border-radius: 100px;
    transition: 0.2s;
}
div.buttons.refresh div:hover{
    background: #d64185;
}
div.buttons.refresh div{
    width: 200px;
    text-align: center;
    margin: auto;
    padding: 5px 20px;
    cursor: alias;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
