* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    margin: 0;
    padding: 0;
    background-color: #002455;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

#mostrarTabla{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    margin-top: -50px;
}
h1{
    text-decoration: underline;
    text-align: center;
}
td{
    width: 35px;
    height: 35px;
    text-align: center;
    border-width: 2px;
}

footer{
    margin: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    background-color: #DC0000;
    height: 100px;
}
header{
    background-color: #DC0000;
    height: 100px;
    margin-bottom: 40px;
    line-height: 100px;
    font-size: 30px;
    font-family:fantasy;
}

#mostrarTabla td:hover{
    scale: 1.4;
    background-color: lightgreen;
    font-weight: bold;
}

table{
    border-collapse: collapse;
    border: 1px solid white;
    color: white;
}

#barraOfline{
    width: 100%;
    text-align: center;
}

#mostrarPalabras{
    position: absolute;
    top: 208px;
    right: 350px;
    border: 1px solid white;
    width: 200px;
    text-align: center;
    margin: 0;
    padding: 0;
}

#mostrarPalabras p{
    height: 17px;
    color: white;
}

.boton{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    margin-top: 50px;
}

button{
    height: 60px;
    width: 180px;
    border: none;
    border-radius: 15px;
    background-color: green;
    font-weight: bold;
    cursor: pointer;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 15px;
}

#mensaje{
    /* border: 1px solid white; */
    width: 400px;
    height: 80px;
    position: relative;
    top: -70px;
    left: 200px;
    font-weight: bold;
    text-align: center;
    font-size: 30px;
}

#cronometro{
    width: 400px;
    height: 10px;
    left: 750px;
    position: relative;
    color: white;
}

h2{
    color: white;
}

main{
    text-align: center;
}

.in{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#inicio{
    color: white;
    background-color: green;
    width: 300px;
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
    text-decoration: none;
}

#juego{
    display: none;
}

#tablaPuntuaciones{
    /* background-color: yellow; */
    width: 400px;
    height: 200px;
    position: absolute;
    left: 200px;
    top: 208px;
    border: 1px solid white;
}

#puntuaciones td{
    width: 400px;
    border: 1px solid white;
}

#tablaPuntuaciones h2{
    background-color: white;
    color: black;
}

#hora{
    margin-top: 30px;
}
