#download-btn {
    background-color: #3871AC;
    color: white;
    border: 2px solid #3871AC;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s, border 0.3s;
    display: inline-flex;
    align-items: center;
    margin-top: 25px; /* Abstand nach oben */
    margin-bottom: 15px; /* Abstand nach unten */
}

#download-btn i {
    margin-right: 8px;
}

#download-btn:hover {
    background-color: white;
	color:#3871AC
}


