﻿/*footer*/

element.style {
}
footer {
    padding: 15px;
    display: flex;
    justify-content: center;
    background-color: #000;
    color: #fff;
}

    footer img {
        width: 100%;
        height: 100%;
    }

footer div p {
    font-size: 1.4rem;
    line-height: 1.5em;
    text-align: center;
    color: #fff;
}




/* download- */
.btn-download{ position:fixed; right:20px; bottom:66px; cursor:pointer;z-index: 9999999;} 
.btn-download img{ width:auto; height:70px; }
