body {
    background-color: #1c1c1c;
}

a {
    text-decoration: none;
    color: black;
}

h1 {
    letter-spacing: 0.2rem;
}

.h1 {
    letter-spacing: 0.2rem;
}

nav {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

#after_nav {
    padding-top: 65px;
}

body::-webkit-scrollbar {
    display: none;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 150px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    /* Set the fixed height of the footer here */
    line-height: 60px;
    /* Vertically center the text there */
    background-color: #1c1c1c;
}

.nav-link {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-brand {
    padding-bottom: 0;
    padding-top: 0;
}

.navbar {
    padding-top: .75rem;
    padding-bottom: .75rem;
}


@media only screen and (max-width: 992px) {
    .navbar-nav>.nav-item {
        margin-top: 10px;
    }
}