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

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

.page {
    text-align: center;
}

.logo {
    max-width: 200px;
    width: 100%;
    height: auto;
}
