body {
    background-color: #f8f9fa;
}
/* Updated Header */
.navbar {
    background: linear-gradient(90deg, #ff5733, #ffbd69);
    padding: 15px;
}
.navbar-brand {
    font-weight: bold;
    font-size: 22px;
    color: white !important;
}
.container {
    max-width: 600px;
    margin-top: 50px;
}
.thumbnail-box {
    display: none;
    text-align: center;
    margin-top: 20px;
}
.thumbnail-box img {
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
/* Updated Footer */
.footer {
    background-color: #222;
    color: white;
    padding: 15px 0;
    text-align: center;
    margin-top: 50px;
}
.footer p {
    margin-bottom: 0;
}