/* Holding Page Styles */
body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #0c2c44; /* Navy Background */
}

.holding-container {
    text-align: center;
}

.holding-logo {
    max-width: 80%;
    height: auto;
}
