.download-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.download-icon i {
    font-size: 2rem;
    cursor: pointer;
    color: #d1242a;
    padding: 2px 5px;
    border: 1px solid;
    border-radius: 10px;
    background-color: white;
}

#btn-to-top {
    position: fixed;
    bottom: 80px;
    right: 20px;
    display: none;
    z-index: 1000;
    padding: 10px;
    border-radius: 50%;
    background-color: black;
}

#btn-to-top i {
    font-size: 1.5rem;
    color: white;
}
