body {
    margin-top: 0;
    background: #dec1e3;
    border-top: 16px solid #ffa100;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.87);
    font-family: Roboto, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;

}

.ball {
    position: absolute;
    border-radius: 100%;
    opacity: 0.7;
}

#message {
    background: #dec1e3;
    margin-top: 0;
    padding: 32px 24px;
    border: none;
    box-shadow: none;
}

#message h2 {
    color: #ffa100;
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 8px;
    line-height: initial;
}

#message h1 {
    font-size: 26px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    margin: 0 0 16px;
}

#message p {
    line-height: 140%;
    margin: 16px 0 24px;
    font-size: 16px;
}


#load {
    color: rgba(0, 0, 0, 0.4);
    text-align: center;
    font-size: 13px;
}

.card {
    background: #fff;
    border-radius: 2px;
    box-sizing: border-box;
    display: block;
    padding-right: 10px;
    margin: 0.5rem 1rem 0 0;
    position: relative;
    width: 100%;
    max-width: 700px;

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.card:hover {
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);
}

.card img {
    width: 100px;
    height: 100%;
    display: inline-block;
    margin: 5px;
}

.card .text {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    position: relative;
    white-space: normal;
    margin-right: 20px;
}

a {
    text-decoration: none !important;
    outline: none;
    color: inherit;
}

.secret-game {
    display: none;
}