.fondo{
    background-image: url('../img/business-8676516_640.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.fondo a{
    color: #F2F2F2;
    -webkit-text-stroke-width: 0.1px;
    -webkit-text-stroke-color: white;
}
.jumbotron,
h1
p
{
    color: white;
}
.asociacion{
    background-color: #a30044;
    color: white;
    text-align: center;
    padding: 1rem;
}
@media screen and (min-width: 844px){
    #movil{
        display: none;
    }
    width: 8rem;
    height: 5rem;
}
@media screen and (max-width: 600px){
    #monitor {
        display: none;
    }
    width: 7rem;
    height: 5rem;
}

table{
    color: white;
    text-align: center;
}
td{
    text-align: center;
    background-color: #a30044;
    border-radius: 10px;
    border-width: 5px;
    border-style: solid;
    padding: 1rem;
}

