:root {
    color-scheme: light;
}

body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #041825;
}

.logo {
    max-width: 400px;
    width: 100%;
    height: auto;
    display: block;
}
