body {
    background-color: white;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    padding: 1rem;
    margin: 0;
    box-sizing: border-box;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.terms-and-conditions {
    white-space: pre-wrap;
}

h1 {
    margin-top: 0;
}