/*Floating Back-To-Top Button*/
#myBtn {
    position: fixed;
    bottom: 10px;
    float: right;
    right: 18.5%;
    left: 77.25%;
    max-width: 60px;
    width: 100%;
    font-size: 12px;
    border-color: rgba(85, 85, 85, 0.2);
    background-color: #8220c4;
    padding: .5px;
    border-radius: 4px;

}

/*On Hover Color Change*/
#myBtn:hover {
    background-color: #f152ff;
}

#myBtn1 {
    position: left;
    bottom: 30px;
    float: none;
    right: 18.5%;
    left: 77.25%;
    max-width: 60px;
    width: 100%;
    font-size: 12px;
    border-color: rgba(85, 85, 85, 0.2);
    background-color: #8220c4;
    padding: .5px;
    border-radius: 4px;

}

/*On Hover Color Change*/
#myBtn1:hover {
    background-color: #f152ff;
}