input[type="checkbox"] {
	margin-right: 1em;
}

/* --- Responsive Corps --- */
	@media screen and (max-width: 768px) {
    #about {
		text-align: center;
	}
  }