﻿.uc-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* occupy most of viewport so it visually centers even with header present */
    min-height: 80vh;
    text-align: center;
    padding: 2rem;
    color: #003A63;
}

    .uc-container img {
        max-width: 300px;
        width: 100%;
        height: auto;
        margin-bottom: 1.5rem;
    }

    .uc-container h1 {
        font-size: 2rem;
        margin-bottom: 0.5rem;
    }

    .uc-container p {
        font-size: 1rem;
        color: #555;
    }
