body {
    background: #282828;
    font-family: Inter, Roboto, "Helvetica Neue", "Arial Nova", "Nimbus Sans",
        Arial, sans-serif;
}

.article-wrapper {
    padding: 0px;
}

.article-center {
    color: #282828;
    background: #ebdbb2;
    width: 900px;
    border-radius: 20px;
    padding: 50px;
    margin: 20px;
    font-family: Inter, Roboto, "Helvetica Neue", "Arial Nova", "Nimbus Sans",
        Arial, sans-serif;
}

@media (max-width: 1100px) {
    .article-center {
        width: 100%;
    }
}

h2 {
    font-weight: bold;
    text-align: center;
    size: 200%;
}

.sourceCode {
    padding: 5px;
}

a:link:hover,
a:visited:hover {
    text-decoration-line: none;
}
a,
a:visited {
    text-decoration: underline;
    color: inherit;
}

table,
th,
td {
    padding: 5px;
    border: 1px solid;
}

.flex-container {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    color: #ebdbb2;
}
.flex-item-half {
    display: grid;
    justify-content: center;
    text-align: center;
    flex: 50%;
}

/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 1000px) {
    .flex-container {
        flex-direction: column;
    }
}

.blured_minibg {
    padding: 50px;
    color: #ebdbb2;
    border-radius: 20px;
}

.flex-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.flex-item-any {
    padding: 10px;
    margin: 5px;
    border-radius: 20px;
    justify-content: center;
    text-align: center;
}

.social_button,
.social_button:visited {
    text-decoration-line: none;
    color: #ebdbb2;
}

.social_button:link:hover,
.social_button:visited:hover {
    font-weight: bold;
    text-decoration-line: underline;
}

.foote_link,
.footer_link:visited {
    text-decoration-line: none;
    color: #ebdbb2;
}

.footer_link:link:hover,
.footer_link:visited:hover {
    text-decoration-line: underline;
    color: #fbf1c7;
}

.title {
    font-weight: bold;
    text-align: left;
    font-size: 5.5em;
}

.split {
    height: 50px;
}

.article-inset {
    max-width: 1000px;
    padding: 10px 0;
    border-radius: 20px;
    /*backdrop-filter: blur(10px);*/
}

@media (max-width: 1000px) {
    .article-inset {
        max-width: 100%;
        width: 100%;
    }
}

.article-title {
    font-weight: bold;
    font-size: 2em;
    padding: 20px;
}

.article-section {
    display: flex;
    justify-content: center;
    align-content: center;
}

.article-list {
    display: flex;
    flex-direction: column;
}

.article-card {
    color: #282828;
    background: #ebdbb2;
    padding: 20px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 10px;
    border-radius: 20px;
    justify-content: center;
    text-align: center;
    text-decoration: none;
}

.article-body {
    text-align: left;
    display: flex;
    flex-direction: row;
}

.article-link,
.article-link:visited {
    text-decoration-line: none;
    color: #282828;
    background: #ebdbb2;
}

.article-wrapper {
    padding: 50px;
    display: flex;
    justify-content: center;
}

.article-head {
    padding: 50px;
}

.article-iframe {
    color: #282828;
    background: #ebdbb2;
    width: 900px;
}

@media (max-width: 950px) {
    .article-iframe {
        width: 90%;
    }
}

canvas {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #282828;
    color: #ebdbb2;
    text-align: center;
}

.footer-link,
.footer-link:visited {
    text-decoration-line: none;
    color: #ebdbb2;
}
.footer-link:visited:hover,
.footer-link:hover {
    text-decoration-line: underline;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
    top: 100%;
    left: -50%;
    backdrop-filter: blur(10px);
    visibility: hidden;
    width: 120px;
    color: #ebdbb2;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}
