
.block_backToTop_main{
  width:100%;
  margin-top:50px;
}

.block_backToTop_main a{
  width:200px;
	margin:0 auto;
  font-size:20px;
  color:#888888;
  font-weight: normal;
  line-height: 1.4;
  text-align:center;
  text-decoration:none;
  display: block;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  /* Get rid of blue highlight on button press Mobile */
}
.block_backToTop_main a:hover{
	cursor: pointer;
	color:#000000;
}
html {
  scroll-behavior: smooth;
}

/* MOBILE  ------------------- */
@media screen and (min-width : 320px) and (max-width : 500px ){

.block_backToTop_main a{
  font-size:22px;
}

}
	
	
