.flotante {
    position:fixed;
    width: 20px;
    height: 20px;
    left: 95%;
    top: 80%; 
    margin-left: -90px; /*half the width*/
}

.header {
    margin-top: 120px;
}

.copyright {
    color: aliceblue;
}