﻿body {
    margin: 0;
    font-family: "Segoe UI", Arial, sans-serif;
    background-color: dodgerblue;
    color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.container {
    max-width: 960px;
    padding: 20px;
    text-align: center;
}

.lodge-title {
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.lodge-subtitle {
    font-size: 1rem;
    margin-bottom: 25px;
    color: #cccccc;
}

.image-wrapper {
    /* background-color: #222;*/
    padding: 16px;
    /* border-radius: 8px;
            box-shadow: 0 0 24px rgba(0, 0, 0, 0.7);*/
}

    .image-wrapper img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

.footer-note {
    margin-top: 18px;
    font-size: 0.85rem;
    color: #f5f5f5;
}

