body {
    font-family: 'Roboto Slab', sans-serif;;
    /* font-size: 16px; */
    background-color: #6990f2;
}

.wrapper {
    margin: 4px;
    padding: 16px;
    background-color: white;
    color: #6990f2;

}
.header {
    display: flex;
    gap: 24px;
    align-items: center;

}
.header img {
    margin-right: 16px;
    height: 50px;
}
.text-area p {
    font-size: 16px;
    line-height: 1.5em;
    color: black;
}

.text-area ul {
    list-style: none;
}

.text-area ul li {
    color: black;
}

.text-area ul li span {
    word-wrap: break-word;
    color: #6990f2;
    width: 50%;
    border: 1px solid black;
    padding-left: 32px;
}


a {
    text-decoration: none;
    /* font-size: 18px; */
}
a#link {
    font-size: 16px;
    text-decoration: underline;
}

a:hover {
    color: white;
    /* font-weight: 600; */
    background-color: #6990f2;
}

.token {
    margin: 16px 0;
    font-size: 12px;
    color: black;
    font-family: 'Courier New', Courier, monospace;
}

table {
    font-family: 'Roboto Slab', sans-serif;
    line-height: 1em;;
}
p.note {
    color: red;
    text-decoration: underline;
}

.footer {
    color: #6990f2;
}
.footer hr {
    border-top: 1px solid  #6990f2;
}
