body {
    background-color: #1e1e1e;
    padding-left: 3%;
    padding-top: 30px;
}

@media only screen and (max-width: 1000px) {
    h1 {
        color: #ffffff;
        font-size: 2em;
        line-height: 130%;
    }

    .article {
        color: #ffffff;
        margin-top: 60px; 
        margin-left: 7%;
        width: 80%;
        min-width: 300px;
        line-height: 130%;
    }

    body {
        font-size: 2em;
    }

    #menu {
        margin-left: 7%;
        margin-top: 70px;
        max-width: 80%;
    }
}

@media only screen and (min-width: 1000px) {
    h1 {
        color: #ffffff;
        font-size: 3em;
        line-height: 0%;
    }

    .article {
        color: #ffffff;
        margin-top: 60px; 
        margin-left: 7%;
        width: 30%;
        min-width: 300px;
        line-height: 130%;
    }

    #menu {
        margin-left: 7%;
        margin-top: 70px;
    }
}

hr {
    height: 1px;
    color: #ffffff;
    background: #ffffff;
    font-size: 0;
    border: 0;
}

#heading {
    margin-left: 7%;
    margin-top: 30px;
}

#list {
    margin-top: 60px;
    display: flex;
}

.list-items {
    display: flex;
    flex-direction: column;
    height: 200px;
    margin-left: 3%;
}

.numbers {
    width: 4%;
    text-align: right;
}

.num {
    color: #b7b7b7;
    line-height: 200%;
}

.hidden {
    display: none;
}

.link {
    color: #ffffff;
    line-height: 200%;
    text-decoration: none;
}

.link:visited {
    color: #B7B7B7;
}

.section {
    color: #b7b7b7;
    text-decoration: none;
    margin-right: 18px;
}

#all {
    color: #ffffff;
}

.back {
    color: #B7B7B7;
    line-height: 70px;
    text-decoration: none;
    margin-left: 7%;
}

.back:visited {
    color: #B7B7B7;
}

footer {
    margin: 100px 100px;
    margin-left: 7%;
}

.public-sans-regular {
    font-family: "Public Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.public-sans-italic {
    font-family: "Public Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: italic;
}

.public-sans-medium {
    font-family: "Public Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.public-sans-bold {
    font-family: "Public Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.public-sans-extrabold {
    font-family: "Public Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}