body{
    background: #FFFBD0;
    color: #9C2A00;
    min-height: 100vh;
}

.card-table {
    width: 15rem;
    align-self: center;
}

.card-img-top{
    align-self: center;
    min-width: 50px;
    min-height: 50px;
    width: 150px;
    height: 150px;
    max-width: 350px;
    max-height: 350px;
}

.resize-image {
    width: 100px;   /* Set the width as needed */
    height: auto;  /* Maintain the aspect ratio */
}

