.container {
    padding: 10px;
}

.centered {
    text-align: center;
}

a {
    color: white;
}

.download-button {
    display: inline-block;
    padding: 10px 20px;
    background: black;
    border: 1px solid white;

    margin: 10px;
}

.download-button:hover {
    cursor: pointer;
    background: #2a303f;
}

.download-button div:first-child {

}

.download-button div:last-child {
    font-size: 0.8em;
}

.download-button img {
    width: 25px;
    filter: invert(1);
    margin: -5px;
}