body {
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    background: linear-gradient(135deg, rgb(54, 0, 51), rgb(27, 27, 50), rgb(0, 0, 0));
    background-attachment: fixed;
    background-size: cover;
}

h2 {
    color: #ffffff;
    font-weight: bold;
    margin-top: 5px;
}

.contenedor-disenos {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 20px;
}

.card {
    height: 100%;
    max-width: 300px;
    width: 100%;
    box-shadow: 10px 10px 20px #000000, -10px -10px 20px #000000;
}

.card-img-top {
    height: auto;
    max-height: 400px;
    width: 100%;
    object-fit: contain;
}

.card img {
    width: 100%;
    height: 500px;
    object-fit: contain;
    background-color: #000;
}