@import url('//fonts.googleapis.com/css?family=Fjalla+One');

body {
    background: black;
    margin: 0;
    font-family: 'Fjalla One', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
    font-size: 75px;
}

#container {
    max-width: 924px;
    margin: auto;
}

#content {
    height: 528px;
    text-align: center;
    overflow: hidden;
}
.raffle-list .raffle-name{
    display: inline-block;
    color: black;
    background: #ffc107;
    padding: 10px;
    margin-bottom: 20px;
    text-shadow: none;
}
h1 {
    font-family: sans-serif;
    margin: 0;
    font-size: 2em;
}
.raffle-list h1{
    margin: 20px 0;
    line-height: 60px;
}

p {
    margin: 0;
    font-size: 70px;
    padding: 0 0 8px 0;
    line-height: 60px;
}

.small {
    font-family: sans-serif;
    font-size: 60px;
    word-spacing: 0.3em;
}

.progressBar {
    width: 100%;
    height: 20px;
    background-color: #000000;
    color: #FFC107;
    text-shadow: none;
}

.progressBar div {
    height: 100%;
    text-align: right;
    padding: 18px 0 0 0;
    line-height: 18px; /* same as #progressBar height if we want text middle aligned */
    width: 0;
    background-color: #ffffff;
    box-sizing: border-box;
    font-size: 14px;
    overflow: initial !important;
}

p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

p::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

p::-webkit-scrollbar-thumb {
    background-color: #AAA;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(90deg,
    rgba(0, 0, 0, .2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(0, 0, 0, .2) 50%,
    rgba(0, 0, 0, .2) 75%,
    transparent 75%,
    transparent)
}
.font-control {
    position: absolute;
    bottom: 0;
    right: 20px;
    font-size:14px;
}
.font-control span{
    font-size:14px;
    cursor: pointer;
}

/*html, body, #container, #content{
    height: 100%;
}*/
#content::after{
    background-size: cover !important;
}