    @charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Tillana:500);
@font-face {
    font-family: fight;
    src: url(../fight.ttf);
    font-weight: 700;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box !important;
}

body {
    color: white;
    font-family: 'fight', sans-serif;
    background: url("http://i.imgur.com/oj4WPgT.png") no-repeat, #1F1F1F;
    background-size: cover;
}

h3 {
    font-size: 4em;
    letter-spacing: 0.05em;
}

.quote-box .box {
    background: white;
    height: 250px;
    border-radius: 30px;
    color: black;
    font-size: 50px;
    font-family: "Tillana";
    position: relative;
    overflow: scroll;
    background: rgba(255, 255, 255, 0.93);
}

blockquote {
    margin-top: 50px;
    border-left-color: #1F1F1F;
    margin-left: 50px;
    padding-top: 50px;
    font-size: 0.4em;
}

#author {
    font-style: italic;
    color: #989797;
}

.buttons {
    margin-top: 100px;
    text-align: center;
    font-size: 30px;
    position: relative;
}

button {
    font-size: 30px !important;
}

.footer {
    display: none;
}

@media screen and (max-width: 1100px) {
    .footer {
        width: 100%;
        height: 57vh;
        background: url("http://i.imgur.com/oj4WPgT.png") no-repeat right;
        background-size: cover;
        display: block;
        margin-top: -200px;
        min-width: 600px;
        color: red;
    }
    body {
        background: #1F1F1F;
    }