html, body {
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    background-color: white;
}

.root-container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
}

h1 {
    text-align: center;
}

p {
    font-size: 1em;
    text-indent: 2em;
    line-height: 2em;
    margin: 0px;
}