* {
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

body {
    font-family: system-ui, -apple-system, "Helvetica Neue", "Segoe UI", "Hiragino Sans", sans-serif;
    color: #212e3e;
    background: #ffffff;
    margin: 32px 16px;
    word-wrap: break-word;
}

h1 {
    font-size: 21px;
}

h2 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 32px;
    padding-bottom: 8px;
}

h3 {
    color: #5dcae9;
    font-size: 15px;
    font-weight: bold;
}

p,
a,
div,
ul,
ol {
    font-size: 16px;
    line-height: 19px;
}

p {
    margin-bottom: 0;
}

a {
    color: #212121;
}

ul {
    list-style-type: none;
}

ul.zeropadding {
    padding-left: 0;
}
