body{
    margin: 0;
    font-family: 'Raleway';
}

body a{
    text-decoration: none;
}

.coso{
    height: 100%;
    background: url('../images/loading-juego.png') 100% 100% no-repeat; 
}

.negro{
    height: 100%;
    background-color: rgba(0,0,0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}

.redondeado{
    border-radius: 50px;
    
}

.linea{
    border: 2px  dotted #fdebd8;
    padding: 8px 10px 8px 10px;
    width: 45%;
    height: 55%;
    min-width: 200px;
    max-width: 450px;
    
}

.color{
    background-color: #fdebd8;
    height: 100%;
    padding: 20px 40px;
}
.ajuste{
    box-sizing: border-box;
}


h3{
    text-align: center;

    color: #c1272d;
    font-weight: 900;
    font-size: 1.3em;
    margin-bottom: 30px;
}

p{
    text-align: center;
    color: #7d7670;
    line-height: 1.5em;
}

.botones{
    display: flex;
    justify-content: space-between;   
}

.boton{
    padding: 5px 10px 5px 10px;
    text-align: center;
    font-weight: 600;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 0.95em;
    color: #c1272d;
}

@media screen and (max-width:800px){
    
    .linea{
        width: 90%;
        height: #c1272d; 
    }
}