body {
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, Adwaita Sans, Cantarell, Ubuntu, roboto, noto, helvetica, arial, sans-serif;
    margin: 0 auto;
    padding: 18px;
    background-color: #fff8;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    width: 80%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh
}