body {
    font-family: "Jetbrains Mono", monospace;
    background-color: rgb(045, 045, 045);
}

h1 {
    color: rgb(255,255,255);
}

h3 {
    color: rgb(255,255,255);
}

a {
    color: rgb(155, 214, 255);
    font-size: 25px;
}
div {
    height: 40px;
}