.head-color {
    background-color: #f5ffffc9;
}

.body-color {
    background-image: linear-gradient(90deg, #e2f7ff, #ffffff, #e2f7ff);
}

.default_header {
    max-height: 75px;
    transition: height 0.5s ease;
}

hr {
    border: none;
    height: 5px;
    background-color: #002060;
}

.c-card {
    background-image: linear-gradient(90deg, #ffffff, #e2f7ff, #ffffff);
    overflow-wrap: break-word;
    white-space: normal;
}

a:link {
    color: #00b0f0;
    text-decoration: none;
}

a:visited {
    color: #00b0f0;
    text-decoration: none;
}

a:hover {
    color: #00b0f0;
    text-decoration: none;
}

a:active {
    color: #00b0f0;
    text-decoration: none;
}

sub > a:link {
    color: #002060;
    text-decoration: none;
}

sub > a:visited {
    color: #002060;
    text-decoration: none;
}

sub > a:hover {
    color: #002060;
    text-decoration: none;
}

sub > a:active {
    color: #002060;
    text-decoration: none;
}

.go-top-button {
    position: fixed;
    bottom: 70px;
    right: 20px;
    height: 40px;
    z-index: 500;
}

.go-top-button:hover {
    opacity: 25%;
}

.go-top-button-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 20px;
    z-index: 500;
}

.go-top-button-widget:hover {
    opacity: 25%;
}

.go-back-button {
    position: fixed;
    left: 20px;
    height: 40px;
    top: 120px;
    transform: rotate(270deg);
    z-index: 500;
}

.go-back-button:hover {
    opacity: 25%;
}

sup > code {
    color: #00b0f0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: 1px;
}

a.btn,
a.btn-secondary {
    color: #ffffff;
    text-decoration: none;
}

a.btn-outline-secondary {
    color: #002060;
    text-decoration: none;
}

a.blog-url {
    color: #002060;
    text-decoration: none;
}

.support-button {
    position: fixed;
    top: 8px;
    right: 20px;
    z-index: 5000;
}

.support-button:hover {
    opacity: 25%;
}

.info-button {
    position: fixed;
    top: 8px;
    left: 20px;
    z-index: 5000;
}

.info-button:hover {
    opacity: 25%;
}

.on-top-of-all {
    z-index: 9999;
}

.hoverdiv {
    transition: transform 0.3s ease;
}

.hoverdiv:hover {
    transform: scale(1.1);
}