﻿body {
    font-family: 'Jura', sans-serif;
    font-size: 1.6rem;
    background-color: #212529;
    color: ghostwhite;
}

.footer {
    position: fixed;
    height: 100px;
    bottom: 0;
    width: 100%;
}

.container {
    width: auto;
    max-width: 680px;
    padding: 0 15px;
    color: ghostwhite;
}
.container-fluid {
    color: ghostwhite;
}
.producttext {
    font-family: 'Jura', sans-serif;
    font-size: 1.2rem;
}
.productver {
    font-family: 'Jura', sans-serif;
    font-size: 1.2rem;
}
.cypherblue {
    color:dodgerblue;
}
.cypherwhite {
    color: ghostwhite;
}


.nav-link {
    cursor: pointer;
}

.nav-link:active,
.nav-link:hover {
        color: dodgerblue !important;
}

.spacer {
    margin-top: 40px; /* define margin as you see fit */
}