﻿.content-container {
    margin: 0 auto;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.title {
    color: #9d9d9d;
    font-size: 2em;
    margin-bottom: 10px;
    text-align: center;
}

.location {
    color: #555;
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.1em;
}

.intro {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: center;
}

h2 {
    padding-bottom: 5px;
}

ul {
    list-style-type: disc;
    margin-bottom: 20px;
}

li {
    margin-bottom: 10px;
    font-size: 1.1em;
}

.section {
    margin-bottom: 30px;
}

    .section h2 {
        font-size: 1.5em;
    }

section:last-child {
    margin-bottom: 0;
}
