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 2em;
    max-width: 900px;
}

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

.richtext-content h1{
    margin: 1.5rem auto;
}

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

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

.disclosure-container{
    display: flex;
    justify-content: center;
}

h1{
    font-size: 52px;
    font-weight: 800;
}

iframe{
    width: 600px;
    height: 400px;
}