
.my-custom-row {
    height: 100px;
    background-color: yellow;
}

body {
    font-family: "system-ui";
}

.card-img-top {
    height: 150px;
    object-fit: cover;
}

.card-body {
    display: flex;
    flex-direction: column;
}

.btn {
    margin-top: auto;
}

.col-3 {
    display: flex;
    justify-content: center;
}

img {
    background-color: whitesmoke;
}

h1 {
    font-weight: bold;
}