html {
    background: #343a40;
}

body {
    width: 90%;
    max-width: 85%;
    margin: 0 auto;
    border-radius: 1%;
    padding: 0 20px 10px 20px;
    background-color: #212529;
    border: 1px solid rgb(47, 47, 47);
    color: #dee2e6;
    line-height: 30px;
    padding-bottom: 55px;
}

h1 {
    text-align: center;
    margin: 0;
    padding: 20px 0;
    line-height: 30px;
}

h2 {
    text-align: center;
    line-height: 30px;
}

h3 {
    text-align: center;
    line-height: 30px;
}

p {
    line-height: 30px;
    text-align: center;
}

div {
    text-align: center;
}

ul {
    text-align: center;
    list-style-position: inside;
}

a {
    text-align: center;
}

code {
    color: white;
}

footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 6.5%;
    width: 100%;
    background: #191c1f;
}

#copyright-text {
    text-align: center;
    font-size: 9px;
}