body {
    background: #ebe0ed;
}

section {
    max-width: 500px;
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;

    background-color: rgb(223, 223, 209);

    padding: 10px;

    text-align: center;
}

.subsection {
    max-width: 500px;
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;

    border-left: solid 20px #fdc970;
    background-color: rgb(245, 245, 245);
    box-shadow: 0 8px 4px rgba(0, 0, 0, 0.3);

    padding: 10px;
    text-align: center;
}

table {
    max-width: 500px;
    width: 90%;
    margin: 0 auto;
    font-size: medium;
}

th,
td {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 2px 2px;
    text-align: center;
    font-size: small;
    font-weight: bold;
    padding: 6px;

    border-left: solid 10px rgb(118, 216, 227);
    background-color: rgb(245, 245, 245);
    box-shadow: 0 8px 4px rgba(0, 0, 0, 0.30);

}

dl {
    max-width: 500px;
    width: 90%;
    margin: 0 auto;
    text-align: center;

}

dt,
dd {
    margin: 0 auto;
    line-height: 1.5;
    text-align: center;

}

footer {
    max-width: 500px;
    width: 90%;

    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;

    border-top: solid 10px #acee9c;
    background-color: rgb(245, 245, 245);
    box-shadow: 0 8px 4px rgba(0, 0, 0, 0.3);

    padding: 5px;
    text-align: center;
}

h1 {
    max-width: 500px;
    width: 90%;
    margin: 10px auto;

    border-top: solid 10px #85ffd0;
    background-color: rgb(245, 245, 245);
    box-shadow: 0 8px 4px rgba(0, 0, 0, 0.3);

    font-size: x-large;
    display: block;
    text-align: center;
}

h2 {
    max-width: 500px;
    width: 80%;
    margin: 10px auto;
    font-size: larger;

    border-left: solid 20px rgb(118, 216, 227);
    background-color: rgb(245, 245, 245);
    box-shadow: 0 8px 4px rgba(0, 0, 0, 0.30);

    display: block;
    text-align: center;
}

img {
    border: 3px solid rgba(255, 255, 255, 0.4);
    max-width: 90%;
    height: auto;
    margin: auto;
    display: block;
}

video {
    border: 3px solid rgba(255, 255, 255, 0.4);
    max-width: 90%;
    height: auto;
    margin: auto;
    display: block;
}

p {
    font-size: medium;
    word-wrap: break-word;
    white-space: normal;
    line-height: 1.5;
    text-align: left;
}

b {
    font-size: larger;
    word-wrap: break-word;
    white-space: normal;
    line-height: 2.0;
    text-align: center;
    display: block;
}

.transparent {
    opacity: 0.2;
}

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

.red {
    font-weight: bold;
    color: red;
}

a {
    font-weight: bold;
    color: rgb(70, 40, 200);
    background-color: transparent;
    text-decoration: underline;
}

a:visited {
    font-weight: bold;
    color: rgb(155, 40, 70);
    background-color: transparent;
    text-decoration: underline;
}

ul {
    margin: 0 auto;
    max-width: 430px;
}

[data-align="left"] {
    text-align: left;
}

[data-align="center"] {
    text-align: center;
}

[data-align="right"] {
    text-align: right;
}