body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: var(--bg-img);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: var(--text-primary);
    text-align: center;
    padding: 2rem;
}
.logo{
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 20rem;
    text-shadow: var(--shadow-glow-pink);
}
.caption{
    margin-top: 0.5rem;
    color: var(--text-secondary);
}