.agreement {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    background-color: #fff;
    overflow: hidden;
    font-size: 14px;
    height: 100vh;
    box-sizing: border-box;
    overflow-y: scroll;
}
.agreement.dark {
    background-color: #000;
}

.agreement h1,
.agreement h2 {
    margin: 5px;
    line-height: 1.5;
}

.agreement p {
    margin: 5px 5px;
    line-height: 1.5;
}

.agreement p b {
    font-weight: bolder;
}

.agreement img {
    display: block !important;
}

.agreement video {
    width: 100%;
}

.agreement table {
    width: calc(100% - 20px);
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin: 0 10px;
}

.agreement table td,
.agreement table th {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 3px 5px;
    word-wrap: break-word;
    word-break: break-all;
}

.agreement table td:first-child,
.agreement table th:first-child {
    min-width: 70px;
}

.agreement table th {
    border-bottom: 2px solid #ccc;
    text-align: center;
}

.agreement blockquote {
    display: block;
    border-left: 8px solid #d0e5f2;
    padding: 5px 10px;
    margin: 10px 0;
    line-height: 1.4;
    font-size: 100%;
    background-color: #f1f1f1;
}

.agreement code {
    display: inline-block;
    background-color: #f1f1f1;
    border-radius: 3px;
    padding: 3px 5px;
    margin: 0 3px;
}

.agreement pre code {
    display: block;
}

.agreement ol,
.agreement ul {
    margin: 10px 0 10px 20px;
}

.agreement .image,
.agreement .media,
.agreement .table {
    margin: 0;
}

.agreement img {
    width: 100%;
}

.agreement::-webkit-scrollbar {
    width: 0;
}

strong {
    font-weight: 400;
}