#container {
    background-color: var(--darkreader-background-00000000, rgba(0, 0, 0, 0));
    background-image: linear-gradient(0deg, var(--darkreader-background-000000, #000000), var(--darkreader-background-333333, #262a2b));
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: auto;
}

main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    flex-direction: column;
}

footer {
    padding: 16px;
    display: flex;
}

footer >*:nth-child(1) {
    flex: 1;
}

article:nth-child(2) {
    width: 60%;
}

header {
    display: flex;
}

article:nth-child(1) a {
    text-decoration: none;
    font-style: normal;
}

header img {
    width: 150px;
    object-fit: contain;
}

h2 {
    font-weight: 100;
}

h3 {
    font-weight: 100;
}

header h1 {
    font-size: 64px;
    margin-left: 50px;
    margin-bottom: 0;
    color: #20CD45;
}

header h3 {
    font-size: 32px;
    margin-left: 50px;
    margin-top: 0;
    color: #fff;
}

a {
    color: #20CD45;
}