html {
    text-align: center;
    color: #e7e7e4;
    background-color: #000;
    font-family: 'Inter', sans-serif;
    height: 100%;
}

.topnav {
    width: auto;
    margin-top: 4vh;
    margin-bottom: 4vh;
}

a {
    text-decoration: underline;
    color: #e7e7e4;
}

.topnav a {
    font-size: 24px;
    margin-left: 2vw;
    margin-right: 2vw;
    text-decoration: none;
}

a:hover {
    color: #000000;
    background: #e7e7e4;
    transition: 0.2s;
}

pre {
    font-size: 16px;
    margin-top: 25vh;
    margin-bottom: 0px;
}

#about {
    margin: 10vh 20vw;
}

#pso-calculator {
    margin-top: 8vh;
}

#section {
    text-align: left;
    margin: 5vh 20vw 10vh;
}

.article-container {
    font-size: 24px;
    text-align: left;
    margin: 10vh 20vw 0vh;
}

.article-container img {
    width: 60vw;
}

blockquote {
    border-left: 5px solid #ccc;
    padding: 10px;
  }

ul {
    text-align: left;
    list-style-type: circle;
    margin: 10vh 20vw;
}

li {
    margin-bottom: 2vh;
}

footer {
    margin: auto;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 4vh 0;
    text-align: center;
}

.shifting-footer {
    margin: auto;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 4vh 0;
    text-align: center;
}

.blog-footer {
    position: static;
    padding: 0;
    margin-top: 10vh;
}

footer a {
    font-size: 0;
    text-decoration: none;
}

footer a img {
    height: 50px;
    width: 50px;
    margin: 0 2vw 5vh;
}

.big-list{
    text-align: left;
    margin: 2vw;
}

@media screen and (max-width: 580px) {
    pre {
        font-size: 9px;
    }
    #about {
        margin-top: 5vh;
        margin-left: 5vw;
        margin-right: 5vw;
        margin-bottom: 0;
    }
    .article-container {
        font-size: 14px;
        margin: 5vh 10vw 10vh;
    }
    .article-container img {
        width: 70vw;
    }
    .topnav a {
        font-size: 18px;
        margin-left: 2vw;
        margin-right: 2vw;
        text-decoration: none;
    }
    #section {
        margin: 5vh 10vw 10vh;
    }
    footer a img {
        height: 50px;
        width: 50px;
        margin: 0 4vw 0vh;
    }
    ul {
        margin: 10vh 8vw;
    }
}

@media screen and (max-height: 800px) {
    #about {
        margin-bottom: 10vh;
    }
    .shifting-footer {
        position: static;
        padding: 0;
        margin-top: 10vh;
    }
}