@font-face {
  font-family: "Fixedsys Excelsior";
  src: url("fonts/FSEX300.ttf") format("truetype");
}

html, body {
    background-color: black;
    font-family: "Fixedsys", "Fixedsys Excelsior", Consolas, "Courier New", monospace;
    position: relative;
    height: 100%;
}

.dk-content {
    margin: auto;
    width: 70%;
    /* border: 1px solid white; */
    color: white;
    padding-bottom: 60px; /* still needed */
}

.footer-mask {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px; /* same as footer height */
    background: black;
    pointer-events: none;
    z-index: 10;
}

.dk-spacer {
    height: 10px;
}

.dk-header {
    margin: auto;
    height: 500px;
    min-width: 800px;
    background: url("./assets/header.jpg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    box-shadow: 0 0 20px 20px black inset;
}

.dk-textbox {
    margin: auto;
    width: 700px;
    padding: 30px;
    border: 1px solid #b10002;
}

a {
    color: white;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    font-weight: 900;
    color: white;
}

a:active {
    text-decoration: none;
}

.dk-footer {
    position: fixed;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    padding: 10px 30px;
    background: rgba(177, 0, 2, 0.45);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: white;
    font-size: 1.2em;
    border-radius: 5px;
    z-index: 20;
}
