﻿body {
}

#to-top {
    transition: all 0.4s;
    position: fixed;
    bottom: 5px;
    right: 0px;
    z-index: 1000;
    cursor: pointer;
    opacity: 0;
}

#to-top.visible {
    opacity: 1;
}