body {
    background-color: black;
    color: white;
    font-family: 'JetBrains Mono', monospace;
    margin: 0;
    padding: 0;
}

main {
    text-align: center;
    padding: 50px;
}

h1 {
    font-size: 36px;
    margin-bottom: 20px;
}

a {
    color: white;
    text-decoration: none;
    border-bottom: 1px solid white;
    padding-bottom: 2px;
}

a:hover {
    border-bottom: 2px solid white;
}