main{
	text-align: center;
}
@media screen and (max-width: 750px) {
  main {
    margin-bottom: 100px;
  }
}