body{
    background-image: linear-gradient(to right, #04070F, #203152, #04070F);
}

#titol{
    color: #FFFFFF;
    font-size: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    text-shadow: 1px 1px 4px #FCFCFC;
}

#start{
    text-align: center;
}
#boto_start{
    height: 200px;
    margin-top: 60px;
    margin-bottom: 50px;
    filter: invert(1);
    font-size: 30px;
    width: 150px;
    justify-self: center;
}
#boto_start:hover{
    cursor: pointer;
}
#boto_start>p{
    margin-top: 0px;
}

#setting{
    background-color: #535353;
    border-radius: 20px;
    color: #FFFFFF;
    position: absolute;
    top: 80px;
    width: 300px;
    height: 450px;
    display: none;
    padding-left: 10px;
}
#form_easy:hover{
    cursor: pointer;
}
#form_medium:hover{
    cursor: pointer;
}
#form_hard:hover{
    cursor: pointer;
}
#estil1:hover{
    cursor: pointer;
}
#estil2:hover{
    cursor: pointer;
}
#estil3:hover{
    cursor: pointer;
}
#setting>h3{
    text-align: center;
}

#ranking{
    background-color: #535353;
    border-radius: 20px;
    color: #FFFFFF;
    position: absolute;
    top: 80px;
    right: 10px;
    width: 300px;
    height: 500px;
    display: none;
    padding-left: 10px;
    text-align: center;
    overflow-y: auto;
}
#ranking_criteri:hover{
    cursor: pointer;
}
#ranking_ordre:hover{
    cursor: pointer;
}
#ranking>h3{
    text-align: center;
}
#aplicar_canvis{
    text-align: center;
    width: 130px;
    background-color: #cfcfcf;
    margin-top: 10px;
    justify-self: center;
    border-color: #363636;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    color: #04070F;
}
#aplicar_canvis:hover{
    background-color: #878787;
    cursor: pointer;
}

#setting_ranking{
    display: grid;
    grid-template-columns: 15% 20% 15% 15% 20% 15%;
    grid-template-rows: 100%;
}
#boto_setting{
    width: 75px;
    grid-column: 1;
    justify-self: center;
    margin-top: 20px;
    filter: invert(1);
}
#boto_activar_info{
    width: 75px;
    grid-column: 3;
    grid-row: 1;
    display: none;
    justify-self: center;
    margin-top: 20px;
    filter: invert(1);
}
#boto_activar_info:hover{
    cursor: pointer;
}
#boto_home{
    width: 75px;
    grid-column: 3/5;
    grid-row: 1;
    justify-self: center;
    margin-top: 20px;
    filter: invert(0);
}
#boto_home:hover{
    cursor: pointer;
}

#boto_ranking{
    width: 75px;
    grid-column: 6;
    justify-self: center;
    margin-top: 20px;
    filter: invert(1);
}
#info{
    color: #000000;
    width: 800px;
    margin: auto;
    border: solid 2px;
    border-radius: 10px;
    background-color: #cfcfcf;
    padding: 40px;
    margin-top: 10px;
}
#boto_info{
    position: relative;
    width: 75px;
    top: -10px;
    left: 90%;
}
#boto_info:hover{
    cursor: pointer;
}

.tauler{
    display: none;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 400px;
    margin: auto;
    padding: 20px;
}
.tauler>button{
    width: 100px;
    height: 150px;
    border-width: 0px;
    margin: 2px 2px 2px 2px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../icon/revers.jpg);
}
.tauler>button:hover{
    cursor: pointer;
}

.marcadors{
    width: 800px;
    margin: auto;
    border: solid 2px;
    border-radius: 10px;
    background: #cfcfcf;
    padding: 40px;
}
.marcadors>div{
    width: 250px;
    height: 30px;
    display: inline-block;
    margin: auto;
    text-align: center;
}

#final{
    width: 300px;
    height: 168px;
    position: absolute;
    top: 180px;
    left: 40%;
    display: none;
}