@font-face {
    font-family: 'Retro';
    src: url(img/RETROTECH.ttf);
}

*{
    text-align: center;
}
body{
    background-image: url(img/fondoretro.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
}

h1{
    font-family:'Retro';
    color: white;
    font-size: 52px;
}

table{
    width: 800px;
    height: 500px;
    border: 5px groove rgb(237,175,5);
    background-color: rgb(62,59,59);
    margin-left: 25%;
}

tr,td{
    width: 40px;
    height: 40px;
    border:5px groove gray;
    border-radius: 5px;
    background-color: rgb(62,59,59);
}

td{
    border:1px outset grey;
    border-radius: 2px;
}
.marcador{
    color:white;
    font-family: 'Retro';
    background-color: black;
    border: 5px solid black;
    border-bottom-color: white;
   
}
.title {
    color:red;
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
}

span,.sub{
    color:white;
    margin-right: 50px;
    font-size:32px;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    

}

.fila1{
    background-color: rgb(62,59,59);
}

.fila2{
    background-color: rgb(239,5,5);
}

.fila3{
    background-color: rgb(239, 216, 5);
}

.fila4{
    background-color: blue;
}

.fila5{
    background-color: violet;
}

.fila6{
    background-color: green;
}

.sin-borde{
    border: none;
}

div{
    border-radius: 180%;
    background-color: white;
    border:1px solid white;
    width: 12px;
    height: 12px;
    
}