* {
    --thumb-color: #0080ff;
    --track-color: #400020;

    scrollbar-color: var(--thumb-color) var(--track-color);
    scrollbar-width: thin;
}

.button {
    color: black;
    text-decoration: none;
}

.diagram {
    width: 20%;
    background-color: #f0f0f0;
    border: 1px solid #c0c0c0;
    padding: 0.5%;
    border-radius: 5%;
    position: absolute;
    right: 5%;
}

.logo {
    position: fixed;
    top: 0;
    left: 0;

    color: black;
    text-decoration: none;
}

.menu {
    display: flex;
    position: absolute;
    right: 0;
}

article {
    width: 100%;
    margin-top: 232.375px;
    margin-bottom: 16px;
}

body {
    
}

h1 {
    text-align: center;
    font-size: 3em;
    font-weight: 900;
    margin-bottom: 5%;
}

h2 {
    font-size: 2em;
    font-weight: 900;
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    min-height: 232.375px;
    border-radius: 0 0 10px 10px;
    background-color: white;
}

header img {
    width: 512px;
}

footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    border-radius: 10px 10px 0 0;
    background-color: white;
}

footer p {
    text-align: center;
}