@charset "UTF-8";
body {
    place-content: center;
    margin: 0;
    font-family: jost-book;
    font-size: 1rem;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1.5;
    color: #585858;
    text-align: center;
    background-color: #fff;
}