@import url('https://fonts.cdnfonts.com/css/jetbrains-mono-2');

:root {}

html {
    height: 100%;

    background-color: #000;
    color: #fff;
}

body {
    height: 100%;
    padding: 0;
    margin: 0;

    font-family: "JetBrains Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 500;
}

.main {
    height: 100%;
    margin-left: 33%;
    width: 33%;

    display: flex;
    flex-direction: column;
    justify-content: space-evenly;

    a,
    a:link,
    a:visited {
        color: #fff;
        font-size: 25px;
        text-decoration-thickness: 2px;
    }
}