@font-face {
    font-family: 'Golos Text';
    src: url("assets/GolosText-VariableFont_wght.ttf");
}

html,
body {
    background-image: url(assets/hub.jpg);
    background-size: cover;
    font-family: 'Golos Text';
    color: #fff;
    height: 100%;
    padding: 0;
    margin: 0;
}

li {
    list-style-type: none;
    display: inline;
}

a {
    color: #fff;
}

.footer_link {
    text-decoration: none;
    color: #fff;
}

a:hover,
a:focus {
    color: #ffc21c;
    text-decoration: none;
}

main {
    min-height: 100%;
    margin: 0 0 -100px 0;
    padding: 0;
}

footer {
    height: 70px;
    text-align: center;
    background-color: #15171e;
    width: 500px;
    margin: 15px auto;
    padding: 2px 0;
    border-radius: 20px;
    padding-bottom: 10px;
    opacity: 98%;
}

footer li {
    padding: 2px 30px;
}

footer .left {
    border-right: 1px solid #fff;
}

footer .copyright {
    margin: 2px;
}

footer ul {
    margin-top: 10px;
    padding-inline-start: 0;
}

#id {
    background-color: #15171e;
    width: 450px;
    border-radius: 20px;
    margin: auto;
    padding: 20px;
    transform: translate(0, 40%);
    font-size: 20px;
}

.controller {
    background-color: #15171e;
    width: 450px;
    border-radius: 20px;
    margin: auto;
    padding: 20px;
    transform: translate(0, 40%);
    font-size: 20px;
    opacity: 98%;
}

.controller img {
    width: 150px;
    height: auto;
    border-radius: 20px;
    margin: 20px auto 0 auto;
    display: block;
}

.controller * {
    text-align: center;
    align-self: center;
}

#menu {
    margin-top: 50px;
    padding: 0 30px;
}

/* Slider */
input[type=range] {
    -webkit-appearance: none;
    margin: 18px 0;
    width: 100%;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 12px;
    cursor: pointer;
    background: #494949;
    border-radius: 15px;
    margin: -3px;
}

input[type=range]::-webkit-slider-thumb {
    border: 1px solid #000000;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background: #ffc700;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -3px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #494949;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 9px;
    cursor: pointer;
    background: #494949;
    border-radius: 15px;
    border: 0.2px solid #010101;
}

input[type=range]::-moz-range-thumb {
    border: 1px solid #000000;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background: #ffc700;
    cursor: pointer;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: #494949;
    border: 0.2px solid #010101;
    border-radius: 15px;
}

input[type=range]::-ms-fill-upper {
    background: #494949;
    border: 0.2px solid #010101;
    border-radius: 15px;
}

input[type=range]::-ms-thumb {
    border: 1px solid #000000;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background: #ffc700;
    cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
    background: #494949;
}

input[type=range]:focus::-ms-fill-upper {
    background: #494949;
}
/*  */

#player_rank {
    color: #9e3939;
}

.divider {
    display: grid;
    grid-template-columns: 50% 0% 50%;
}

#music_volume, #effects_volume {
    text-align: left;
    margin-left: 10px;
}

.label {
    text-align: right;
    margin-right: 10px;
}

.pipe {
    margin: -10px;
}

#login {
    height: 190px;
}

.button {
    background-color: #035e6e;
    color:white;
    border: none;
    box-shadow: none;
    border-radius: 20px;
    padding: 10px 50px;
    margin-top: 55px;
    font-size: 23px;
    transition-duration: 0.4s;
}

.button:hover, .button:focus {
    color:black;
    background-color: #ffc700;
}


#player {
    display: none;
}

#loading {
    display: block;
}

#menu {
    display: none;
}

#login {
    display: block;
}