body {
    margin: 0;
    padding: 0;
    font-family: system-ui;
    color: #000;
    background: #fff;
}

* {
    box-sizing: border-box;
}

p {
    margin: 0;
}

#page1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100svh;
    padding: 30px;
}

.loader {
    width: 100px;
    height: 100px;
}
