/* General body styles */
body {
    font-family: 'Lexend', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    color: #333333;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

/* White background for this page */
.white-background {
    background-color: #ffffff;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

/* Logo transition section */
.logo-transition {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
    text-align: center;
}

.logo {
    display: inline-block;
    margin: 0 10px;
    object-fit: contain;
    max-width: 100%;
    height: auto;
}

.logo-d7-large {
    display: inline-block;
}

.logo-d7-small {
    display: none;
}

.arrow {
    font-size: 2rem;
    color: #333333;
    margin: 0 10px;
}

/* Transition message styles */
.transition-message {
    text-align: center;
    font-size: 1.2rem;
    margin: 20px 0;
    padding: 0 15px;
}

.transition-message a {
    color: #0073e6;
    text-decoration: none;
}

.transition-message a:hover {
    text-decoration: underline;
}

/* Countdown message styles */
.countdown-message {
    text-align: center;
    font-size: 1rem;
    color: #555555;
    padding: 0 15px;
}

.countdown-message span {
    font-weight: bold;
    color: #333;
}
