body {
    background-color: #d6e6ff;
    margin: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#page {
    background-color: #d7f9f8;
    width: 60%;
    height: 98vh;
    border-radius: 20px;
    text-align: center;
    font-family: monospace;
}