html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    margin: 0 auto;
    padding: 0 auto;
    color: #FFF;
    font-family: 'Helvetica', 'Segoe UI', Arial, sans-serif;
}

h1,h2,h3,h4,h5,p,ul {
    padding: 0;
    margin: 0;
    font-weight: 400;
}

.richtext-content{
    margin: 3em auto;
    max-width: 1200px;
}

.richtext-content a{
    color: #2ec396
}

.richtext-content h2{
    margin: 1.3rem auto;
}

.richtext-content p{
    margin-bottom: 1.3rem;
    line-height: 1.6;
}

.terms-container{
    display: flex;
    justify-content: center;
    padding: 20px 40px
}
