.download-options {
    margin: 2rem 0;
    text-align: center;
}

.download {
    display: inline-block;
    padding: 0.5em 1em;
    background: var(--button-background);
    font-weight: bold;
    color: var(--button-text);
    text-decoration: none;
    border-radius: 0.5em;
}

.fork {
    font-weight: bold;
}

