@media only screen and (max-width: 768px){
	.scroll-to-top{
		bottom: 4rem;
	}
	main {
		margin-bottom: 4rem;
		margin-top: 0;
	}
}