#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #B2BEB5; 
    bottom: 20px;
    right: 80px;
    color: #000;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
    bottom: 70px;
    right: 100px;
    box-sizing: border-box;
    transition: opacity .3s ease, margin-right .5s ease-out;}
#back2Top:hover {
    background-color: rgb(227, 255, 221);
    color: #000;
}