header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
}


header h1 {
    font-size: 2.5em;
    color: #333;
    text-align: center;
    margin: 0;
    padding: 0;
}

header p {
    font-size: 1.2em;
    color: #666;
    text-align: center;
    margin: 0;
    padding: 0;
}

main .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 0 !important;
}

.pagina-download {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.pagina-download .downloads{
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.pagina-download .download-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #93c12e;
    padding: 10px 20px;
    border-radius: 5px;
    color: #1c467b;
    text-decoration: none;
    width: 400px;
    gap: 10px;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}

.pagina-download .download-link:hover {
    background-color: #21a198;
    box-shadow: #333 0px 0px 10px;
}

.pagina-download .download-link img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
