body {
    background-color: black;
}
.card5 {
    background: black;
    width: 200px;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    color: red;
}

.card5 img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}