body
{
	background-image: linear-gradient(120deg, #3c2522 0%, #3e1522 100%);
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	color: #ffffff;
	font-family: "Segoe UI", "Verdana", "Tahoma", "Arial";
	font-size: 12pt;
}

h1 {
	font-size: 30pt;
	text-decoration: underline;
	color: #ff9eff;
}

h2 {
	font-size: 22pt;
	color: #ff9eff;
}

a {
	color: #8cbca2;
	transition: all 0.25s;
}

a:hover {
	color: #fd1d1d
}

.ab {
	transform: translate(0, 25%);
}
