body, html {
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: ui-serif;
}

.centered {
    text-align: center;
}

.logo {
    display: block;
    margin: 0 auto;
    max-width: 200px; /* Adjust the size as needed */
}

h1 {
    font: Georgia,Cambria,Times New Roman,Times,serif;
    font-size: 1.5rem;
    /* font-weight: 600; */
    line-height: 2rem;
}