body {
    margin: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    background-color: #fafafa;
    color: #222;
}

.welcome {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    padding: 2rem;
    box-sizing: border-box;
}

.welcome__logo {
    max-width: 320px;
    width: 60%;
    height: auto;
}

.welcome__text {
    margin: 0;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}
