body {
    background-color: black;
    color: white;
}

p {
    font-family: Arial ;
}

div, article {
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    font-family: Arial;
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.logo {
    width: 300px;
    height: auto;
    display: block;
}

.disclaimer {
    background-color: rgb(168, 90, 1);
    color: white;

    border-radius: 10px;
    border: none;

    border-radius: 0.5;

    display: block;

    max-width: 800px;

    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;

    text-align: left;

    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.web-desc {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    line-height: 20px;
}

.nav-button {
    background-color: rgb(107, 107, 107);
    color: white;
    border: solid;
    border-color: rgb(78, 78, 78);
    border-radius: 10px;
    padding: 10px 15px;
    font-weight: bold;
    transition: background-color border-color 0.15s;
    text-decoration: none;
    margin-bottom: 10px;
}

.nav-button:hover {
    background-color: rgb(155, 155, 155);
    border-color: rgb(110, 110, 110);
}

.clock {
    background-color: rgb(134, 134, 134);
    border-radius: 10px;
    display: block;

    font-size: 24px;

    max-width: 800px;

    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 10px;

    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;

    text-align: center;
}

.clock-text {
    text-align: left;
}

.list {
    background-color: rgb(34, 34, 34);
    display: block;

    width: 800;
    max-width: 800px;

    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;

    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;

    text-align: center;
}

.user {
    text-align: left;
}

.user_image {
    display: block;
    margin-bottom: 10px;
    max-width: 100%;
    height: auto;
}

video {
    border: solid;
    border-color: gray;
    border-width: 2px;
}

.source-list {
    background-color: rgb(34, 34, 34);
    display: block;

    width: 800;
    max-width: 800px;

    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 0px;

    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;

    text-align: left;

    font-family: Arial;
}

.button-link {
    opacity: 100%;
}

.source {
    color: orange;
    font-weight: bold;
}

.desc {
    color: gray;
}

.link {
    color: rgb(0, 183, 255);
}

.border {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.copy {
    text-align: center;
}

.special {
    text-align: left;
    background-color: rgb(221, 199, 0);
    padding: 10px;
}

.special-desc {
    color: black;
}

.pages-container {
    border: solid;
    color: white;

    text-align: center;
    font-family: Arial;

    max-width: 800px;

    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 10px;

    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
}

.title {
    text-align: center;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 0;
}

.pages {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    padding-bottom: 0px;
    padding-top: 0px;
}

.page-dot {
    font-weight: bold;
}

.page-link {
    display: block;
    text-align: center;
    margin: 0 5px;
    padding: 5px 10px;
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.effects {
    color: white;
}