body, html, head, ul, li, footer, header {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'Roboto', sans-serif;
}

body {
    background: url('../img/background_center.svg') repeat-y;
    background-size: 100% auto;
    background-color: #010A19;
    /* for footer always footer... */
    min-height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

.background {
    width: 100%;
    bottom: 0;
    background-color: #010A19;
}

.background_top {
    position: absolute;
    top: 0;
    z-index: -2;
}
.background_bottom {
    z-index: -1;
}
.footer {
    z-index: -3;
}

.content {
    margin-top: 3em;
    margin-bottom: -3em;
    z-index: 10;
    padding-left: 70px;
    padding-right: 70px;
    color: #096EB7;
}

@media (min-width: 429px) {
    header {
        height: 400px;
        width: 100%;
        position: fixed;
        top: 0;
        z-index: -5;
    }
    body {
        background: url('../img/background.svg') no-repeat center;
        background-position: top;
        background-color: #010A19;
    }
    footer {
        height: 151px;
        width: 100%;
        position: fixed;
        bottom: 0;
    }
    .background {
        display: none;
    }
    .content {
        width: 216px;
        margin: auto;
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

.title {
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 30px;
}

.text_title {
    font-size: 18px;
}

.img_title {
    float: right;
}


/*header {
    margin: 0px;
    min-height: 382px;
    width: 100%;
    background: url('../img/background_top.svg') no-repeat top fixed;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    z-index: -1;
}

footer {
    margin-top:auto;
    min-height: 167px;
    background: url('../img/background_bottom.svg') no-repeat bottom;
    background-size: 100% auto;
    background-color: red;
}*/

.miss_macross {
    cursor: pointer;
}

.miss_macros_img {
    border-radius: 7px;
}

.miss_macros_name {
    width: 100%;
    padding-left: 10px;
}

.list_of_participants li {
    list-style-type: none;
    cursor: pointer;
}

.selector {
    width: 20px;
    height: 20px;
    display: block;
    margin-top: 65%;
    border-radius: 50%;
    border: 3px solid;
    border-color: #096EB799;
}

.miss_selected {
    width: 15px;
    height: 15px;
    margin: auto;
    margin-top: 2.5px;
    border-radius: 50%;
    background-color: #096EB7;
    display: none;
}

.list_miss_macross {
    border-collapse: separate;
    border-spacing: 0 30px;
}

.progress-bar {
    height: 9px;
    margin: 3px;
    background: #1da1f2;
    border-radius: 50px;
    transition: all 0.5s;
}

.progress {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: start;
    padding: 20px;
    background: #e6e9ff;
    border-radius: 20px;
    box-shadow: 0px 10px 50px #abb7e9;
}

.reward {
    background: #B70948 !important;
    display: none;
}
a {
    text-decoration: none;
    color: #fff;
}

.vote_confirm {
    padding: 10px;
    text-align: center;
    color: #91ADC1;
    background: #91ADC180;
    text-transform: uppercase;
    border-radius: 5px;
    margin-left: 30px;
    margin-right: 30px;
}

.pbar {
    height: 15px;
    display: none; 
    border: double 3px transparent;
    border-radius: 20px;
    background-image: linear-gradient(#041123, #041123), 
                        linear-gradient(180deg, #D6618D 0%, #4395C5 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}