#top{
  font-size: 3rem;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 1000;
  cursor: pointer;
}

#top:hover{
  color: #f87060 !important;
}

/*/*//*/*//*/*//*/*//*/*//*/*//*/*//*/*
RESPONSIVE
/*//*/*//*//*//*//*//*//*//*//*//*//*/
@media only screen and (max-width: 576px) {
  #top{
    font-size: 2.5rem;
    bottom: 15px;
    right: 15px;
  }
}

@media only screen and (max-width: 360px) {
  #top{
    font-size: 2rem;
    bottom: 10px;
    right: 10px;
  }
}