.container {
    background: #F5F5F5;
    padding: 24px 18px;
    padding-bottom: 60px;
    line-height: 20px;
    font-family: -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
    "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
}

.container div {
    font-size: 14px;
    color: #222222;
    letter-spacing: 0;
    margin-top: 18px;
    text-align: center;
}

h1 {
    font-size: 14px;
    color: #222222;
    letter-spacing: 0;
    margin-bottom: 10px;
    font-weight: 800;
}

h2 {
    font-size: 14px;
    color: #222222;
    letter-spacing: 0;
    margin-top: 18px;
    font-weight: 800;
}

h3 {
    font-size: 12px;
    color: #222222;
    letter-spacing: 0;
    margin-top: 12px;
    font-weight: 800;

}

p {
    font-size: 12px;
    color: #555555;
    letter-spacing: 0;
    text-align: justify;
    margin-top: 6px;
}

span {
    font-size: 12px;
    color: #101010;
    letter-spacing: 0;
    text-align: justify;
    font-weight: 800;
}

