* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
}

img {
    height: 48px;
    width: auto;
    margin-bottom: 32px;
}

h1 {
    font-size: 2rem;
    font-weight: 500;
    color: #003366;
}
