#top{
    bottom:20px;
    right:20px;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    z-index:999;
   
}

#top.show{
    opacity: 1;
    visibility: visible;
    z-index:1000;
    cursor: pointer;
}

#top:active{
    color:#184971 !important;background-color: white !important;
    filter:brightness(1);
}
#top:focus{
     color:#184971 !important;background-color: white !important;
     filter:brightness(1);
}
/* #top:hover{
    filter:brightness(0.5);
} */
section{
    scroll-snap-align:start;
}
html{
    scroll-snap-type: y unset;
    
    scroll-behavior: smooth;
}