body {
    background-color: #f8f9fa;
}

h1 {
    font-size: 2rem;
}

.request-card-img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.request-detail-img {
    max-height: 420px;
    width: 100%;
    object-fit: cover;
}