
#download {
    width: 100vw;
    height: var(--section-height);
    background-image: url("../res/bg_art.png");
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#download-link {
    color: white;
    font-size: 30px;
    user-select: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
}

#download-link i {
    font-size: 40px;
    margin-right: 10px;
}

#secondary-links {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    gap: 30px;
}

#secondary-links a {
    color: white;
    font-size: 16px;
}