body {
    font-family: 'Georgia', serif;
    background-color: #f5f5dc;
    color: #8b4513;
}

.center {
    text-align: center;
}

h1 {
    font-size: 3em;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    color: #654321;
}

.main-image {
    max-width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background-color: #deb887;
    border: 3px solid #8b4513;
}

.button {
    display: inline-block;
    background-color: #8b4513;
    color: white;
    padding: 15px 30px;
    font-size: 2em;
    text-decoration: none;
    border-radius: 25px;
    border: 2px solid #654321;
    margin-top: 30px;
}

table {
    border-collapse: collapse;
    margin-top: 20px;
    font-size: 1.7em;
}

th,
td {
    padding: 0.25em;
}

.cc-member {
    margin-top: 20px;
}

.cc-name {
    font-weight: bold;
}

.gallery {
    overflow: auto;
    white-space: nowrap;
    padding: 10px;
}

.gallery img {
    padding: 10px;
}