body {
    background-color: #1a1b1e;
    color: #ffffff;
    font-family: 'JetBrains Mono', Courier, monospace;
    
    margin-top: 48px;
}

a {
    color: #ebebeb;
    font-family: 'JetBrains Mono Bold', Courier, monospace;
    text-decoration: underline;
}

a > i:hover {
    color: #ffffff;
}

i {
    font-size: 3.5em;
}

.badge {
    width: 200px;
    text-align: center;
}

.project-title {
    margin-bottom: -4px;
}

.project-subtitle {
    font-size: small;
    margin-bottom: 8px;
}