@import url("https://use.fontawesome.com/releases/v5.8.1/css/all.css");

body{
  position: relative;
}

#scroll-to-top {
  width: 64px;
  height: 64px;
  position: absolute;
  z-index: 99999999;
  background: #cecece;
  right: 2%;
  bottom: 10vh;
  transition: all 0.5s ease-in-out;
  border-radius: 50%;
  border: none;
}

#scroll-to-top:before {
display: flex;
justify-content: center;
font-family: "Font Awesome 5 Free";
content: '\f062';
font-weight: 900;
font-size: 25px;
color: white;
}
