@font-face {
	font-family: Roboto;
    src: url(/fonts/roboto.ttf);
}
@font-face {
	font-family: RobotoB;
    src: url(/fonts/robotob.ttf);
}



.scrollUp {
  position:fixed;
  top:auto;
  bottom:80px;
  left:auto;
  right:40px;
  border-radius:20px;
  z-index:9999;
  cursor:pointer;
  padding:0px;
  text-transform:uppercase;
  color:#fff;
  text-align:center;
}


body {
  display: flex;
  

  justify-content: center; /* по горизонтали (опционально) */
  align-items: center;     /* по вертикали */
}

a:focus 
{
outline: none;
}