html {
    background-color: hsl(0, 0%, 14%);
}

.navbar {
    background-color: hsl(0, 0%, 14%);
}

.navbar-item {
    color: white;
}

.title {
    color: white;
}

p {
    color: white;
}

.subtitle {
    color: white;
}

.upload {
    color: white;
}

strong {
    color: white;
}

kbd {
    color: white;
    background-color: hsl(0, 0%, 8%);
}

.subtitle strong {
    color: white;
}

b {
    color: white;
}

span {
    color: white;
}

pre {
    color: white;
    background-color: hsl(0, 0%, 8%);
    border: none !important;
}

.footer {
    background-color: hsl(0, 0%, 8%);
    padding: 3rem 1.5rem 3rem;
}

.is-active {
    background-color: hsl(0, 0%, 14%);
}

.footer-rduk {
    position: fixed;
    margin-top: -20rem;
    bottom: 0;
    overflow: hidden;
    width: 100%;
}


