body {
    margin: 0;
    background: -webkit-linear-gradient(#f0f1ed, #d5d6d2, #f0f1ed); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f0f1ed, #d5d6d2, #f0f1ed); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f0f1ed, #d5d6d2, #f0f1ed); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f0f1ed, #d5d6d2, #f0f1ed); /* Standard syntax (must be last) */

    font-family: Roboto, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
}

.container {
    height: 1000px;
}

.container .inner-container {
    position: relative;
    width: 1000px;
    height: 465px;
    background: white;
    margin: auto;
    border-radius: 5px;
}

.logo {
    background: url('logo.svg') no-repeat center;
    background-size: 250px;
    height: 110px;
}

.title {
    font-size: 35px;
    color: #C90713;
    font-weight: bold;
    padding: 40px 0 10px 0;
    text-align: center;
}

.message {
    font-size: 25px;
    color: #808080;
    text-align: center;
}

.german6aus49balls {
    width: 250px;
    height: 250px;
    position: absolute;
    top: 36%;
    left: 25%;
    background: url(german6aus49_balls.svg) no-repeat center;
    background-size: 250px;
}

.eurojackpot {
    width: 250px;
    height: 250px;
    position: absolute;
    top: 36%;
    left: 50%;
    background: url(euroJackpot.svg) no-repeat center;
    background-size: 155px;
}