@charset "utf-8";

html{
    background-color: black;
}

body {
    margin: 0;
    padding: 0;
}

.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    text-align:center;
    width: 100%;
}

.logo {
    text-align: center;
    font-family: ui-monospace,"Liberation Mono","Courier New",monospace;
    font-size:x-large;
    font-weight: bold;
    white-space: pre;
    background: linear-gradient(180deg, #61ff00 40%, #465800 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.links a {
    font-family: "monof55";
    font-size: x-large;
    color: rgb(128, 128, 128);
    text-decoration: none;
    
}

@font-face {
    font-family: "LiberationMono";
    src: url("./assets/LiberationMono.ttf") format("ttf");
    font-display: swap;
}

@font-face {
    font-family: "monof55";
    src: url("./assets/monof55.ttf") format("ttf");
    font-display: swap;
}