body {
    background: rgb(230,230,230);
}

h1 {
    text-align: center;
    font-size: 40px;
    color: #f00;
}
h2 {
    text-align: center;
    font-size: 24px;
    margin-top: 60px;
    margin-bottom: 20px;
}

a {
    color: inherit;
}


a.noLine {
    text-decoration: none;
}

h3 {
    font-size: 28px;
    color: #f00;
    margin-bottom: 10px;
}
h4 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 12px;
    margin-left: 0;
}

ul {
    list-style-type: none;
}

ul li {
    text-align: center;
}
ol {
    padding-left: 40px;
}
ol li {
    margin-bottom: 10px;
    font-size: 20px;
}

.content table {
    table-layout: fixed;
    width: 100%;
    margin-top: 30px;
}
td {
    padding-top: 10px;
}
td:first-child {
    width: 30%;
}

.content h3 {
    margin-top: 30px;
}

.content h4 {
    margin-top: 20px;
}

article {
    display: block;
    width: 800px;
    max-width: 90vw;
    padding-bottom: 200px;
    margin-top: 0;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

article {
    scrollbar-color: rgba(255,0,0,1) rgba(0,0,0,0);
    scrollbar-width: thick;
}
article::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: rgba(0,0,0,0);
}
article::-webkit-scrollbar-thumb {
    background-color: rgba(255,0,0,1);
}