body {
    background: #d4d4d4;
    font-family: 'Oswald', sans-serif;
    overflow: auto;
    position: relative;
    min-height: 100vh;
}

body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/img/disilicato.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    opacity: 0.3;
    z-index: -1;
}

.index img{
    width: 15rem;
}

.masthead {
    color: rgb(0, 0, 0);
    min-height: 30rem;
    width: 100%;
    height: 100%;
    padding-top: 2rem;
    position: relative;
    background-image: none;
    background-color: transparent;
}

.masthead h1{
    font-size: 4rem;
    margin: 0;
    padding: 0;
}

.custom-padding {
    padding-inline: 8% !important;
    padding-block: 2% !important;

}

/* numeros de cantidad de paginas */
.pagination {
  flex-wrap: wrap;
  justify-content: center; /* opcional: centra las filas */
  gap: 4px; /* separa un poco los botones */
}