body{background-color:#6a1a21;}
.card-body{
    background-color:#6a1a21;
}
.card{
    background-color:#6a1a21;
}
.card-text{
    color: white;
}
.card-title{}
nav a{
    background-color: #1a6962;
    text-decoration: none;
    text-align: center;
    color: white;
    font-size: 20px;
    padding: 10px;
    border-radius: 10px;
    margin: 0 30px ;
}
.boton-sala-grande{
    background-color: #1a6962;
    text-decoration: none;
    text-align: center;
    color: white;
    font-size: 20px;
    margin-left: 30px ;
    transition: 0.5s;
}
.boton-sala-grande:hover{
    background-color: green;
}
.boton-sala-pequeña{
    background-color: #1a6962;
    text-decoration: none;
    text-align: center;
    color: white;
    font-size: 20px;
    margin-left: 30px ;
    transition: 0.5s;
}
.boton-sala-pequeña:hover{
    background-color: green;
}
.card{
    transition: 1s;
}

.card:hover {
    transform: scale(1.2);
    z-index: 1;
}