</CSS>

/* Global Site Styles */

body {
    margin: 0;
    font-family: Tahoma, Arial, sans-serif;
    background-color: #666666 !important;
    color: #CCCCCC;
    line-height: 1.6;
}

html, body {
    margin: 0;
    padding: 0;
    background-color: #666666;
    color: #CCCCCC;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

header img {
    width: 100%;
    height: auto;
    display: block;
}

.container {
    max-width: 1100px;
    margin: auto;
    padding: 20px;
}

h1, h2 {
    color: #ffffff;
}

a {
    color: #CCCCFF;
    text-decoration: none;
}

a:hover {
    color: #ffffff;
}

footer {
    background: #555;
    color: #ccc;
    padding: 40px 20px;
    margin-top: 60px;
}

.footer-content {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
}

.footer-section h3 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #fff;
}

.footer-section a {
    color: #ccc;
    text-decoration: none;
}

.footer-section a:hover {
    color: #fff;
}

.footer-bottom {
    text-align: center;
    margin-top: 40px;
    font-size: 14px;
    border-top: 1px solid #777;
    padding-top: 20px;
}

/* Gallery Layout */

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.gallery-item {
    text-align: center;
}

.gallery-item img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    transition: transform 0.3s ease;
}

.gallery-item img:hover {
    transform: scale(1.05);
}

/* Mobile Adjustments */

@media (max-width: 768px) {
    .container {
        padding: 15px;
    }
}
html {
    background-color: #666666 !important;
}

body {
    background-color: #666666 !important;
}
    
p {
    color: #CCCCCC !important;
}