body {
    font-family: Arial, sans-serif;
    color: #333;
}

.wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#header {
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.logo a {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}

.logo a:hover {
    color: #555;
    text-decoration: none;
}

#main {
    flex: 1;
    padding: 20px 0 40px;
}

#main h1 {
    margin-bottom: 20px;
}

#main p {
    line-height: 1.7;
    margin-bottom: 1em;
}

.contactSection {
    margin-bottom: 25px;
}

.contactSection h2 {
    font-size: 18px;
    margin-bottom: 8px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

p.address {
    line-height: 1.8;
}

#footer {
    background: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    padding: 15px 0;
    margin-top: 40px;
    font-size: 13px;
    color: #777;
}

#footer a {
    color: #555;
}
