body{
    background-image: url("img/fondotopo.jpg");
}
.grid{
    width: 606px;
    height: 606px;
    display: none;
    flex-wrap: wrap;
    margin: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.square{
    background-image: url("img/agujero.jpg");
    height: 200px;
    width: 200px;
    border: solid black 1px;
    margin: 0 auto;
}
.mole{
    background-image: url("img/mole.png"), url("img/agujero.jpg");
    background-size: cover, cover;
}
.elom{
    background-image: url("img/Villainc.svg");
    background-size: cover;  
}
.cap{
    display: flex;
    text-align: center;
    gap: 100px;

    align-items: center;
    justify-content: center;
    background-color: #f0f4f8;
    border-radius: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.s{
    display: flex;
}
.t{
    display: flex;
}
h2{
    padding-inline: 5px;
}
