@font-face {
    font-family: "Monofur Nerd Font Mono Bold";
    src: url("/Fonts/MonofurNerdFontMono-Bold.ttf");
}

html,
body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #31015f;
    color: #7498bd;
    font-family: "Monofur Nerd Font Mono Bold", monospace;
    letter-spacing: 5px;
    font-size: 28pt;
}

.center-frame {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    text-align: center;
}

li {
    list-style-type: none;
    margin-bottom: 5px;
}

a {
    text-shadow: 1.25px 1px #d5d5d5;
    color: #a32aff;
}

.footer {
    position: fixed;
    bottom: 20px;
    right: 20px;
}