@font-face {
    font-family: "Commit Mono";
    src: url("CommitMono.woff2");
    font-weight: 400;
}
body {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-transform: uppercase;
    font-size: 11.5px;
    line-height: 13px;
}

p {
    font-family: "Commit Mono";
    margin: 1.5px;
    padding: 0px;
    width: inherit;
    height: inherit;
}

a {
    cursor: pointer;
    padding: 10px, 10px, 10px, 10px;
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #949898;
}
