.Download_button {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    position:fixed;
    bottom:130px;
    right: 25px;
    background-color: rgb(255, 255, 255);
    /* padding: 5px; */
    border-radius: 15px;


}

.DownloadButton > a {
    font-size: 14px;
    text-decoration: none;
    padding: 0 5px 0 0;
    color: black;
    height: 30px;
    font-weight: 900;
    box-shadow: 2px -2px 20px ;
    /* background-color: rgb(211, 212, 212); */
    /* border-radius: 25px; */
    opacity: 0.65;
}