p,
body {
	font-size: 16px;
	font-family: "PT Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "PT Serif", serif;
}

button:hover {
	background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
	transition: all 0.2s ease-in;
}

.anchor {
	position: relative;
	margin-top: -50px;
	visibility: hidden;
}
