body {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1em;
    color: #3b3b3b;
    background: #d0d0d0;
}

.title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.container-rules {
    display: inline-block;
    background: #e2e2e2;
    border-radius: 15px;
    margin: 0 15% 0 15%;
    padding: 1px 1em;
    width: 70%;
}

.container-rules p {
    margin-top: 1.3em;
}

.container-progress {
    margin: 0 15% 0 15%;
    width: 70%;
}

.progress-status {
    font-size: 20px;
    margin: 5px;
    text-align: left;
}

.progress-status p {
    display: inline-block;
}

#percentage {
    display: inline-block;
    font-weight: bold;
}

.hints {
    background: #2f2f2f;
    color: #ffffff;
    margin: 0;
    min-height: 100px;
    padding: 10px 0 10px 0;
    position: fixed;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
}