body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    width: 100vw;
    box-sizing: border-box;
    background: url('img/landing page.jpg') no-repeat center center fixed;
    background-size: cover;
    font-family: 'Segoe UI', Arial, sans-serif;
    display: flex;
    flex-direction: column;
}

.logo-container {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.logo {
    max-width: 220px;
    height: auto;
}

.center-message {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: #2f5c35;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.7);
    letter-spacing: 2px;
    font-weight: 600;
}
