﻿body,html {
    background-image: url('/Images/numbers.png');
    font-size: 18px;
    background-size: contain;
    background-color: rgba(255, 255, 255, 0.9386);
    background-blend-mode: overlay;
    background-position-y:80px;
    width: 100%;
    height: 100%;
    color: #010101;
}

.headerlink {
    font-family: "aktiv-grotesk";
    font-size:22px;
    font-display:auto;
    font-weight:400;
    font-stretch:expanded;
    text-decoration:none;
    cursor:pointer;
    text-shadow:unset;
}

    .headerlink:hover {
        color: #116fad;
    }

.tdLink {
    font-family: "aktiv-grotesk";
    font-size: 20px;
    font-display: auto;
    font-weight: 400;
    font-stretch: expanded;
    text-decoration: none;
    cursor: pointer;
    text-shadow: unset;
    color: #116fad;
    text-align: center;
    vertical-align: bottom;
    width: 160px;
    border-left: 1px solid #a9c6f5;
    padding:6px 0px; 
    border-radius:6px;
}

    .tdLink:hover {
        color: #efefef;
        background-color: #116fad
    }