body {
    font-family: Roboto, Arial, sans-serif;
    margin: 0;
    padding-top: 80px;
    background: linear-gradient(204deg, #0079dd, #38b6ff);
    color: #333;
}

.custom-card {
    border: 6px solid #f8a946;
}

h2 {
    border: 2px solid #333;
    border-radius: 30px;
    background-color: #f6f6f6;
    padding: 20px; 
    text-align: center;
    margin: 20px;
}

.thumbnail-img {
    width: 100px;
    height: 100px;
    object-fit: cover; /* keeps aspect ratio while filling the box */
    display: block;
    margin: 0 auto; /* center horizontally */
    border-radius: 8px; /* optional: make it look nice */
    box-shadow: 0 2px 6px rgba(0,0,0,0.15); /* optional: subtle shadow */
}
