/* aa */
body, html {
	margin: 0;
	background: #fff;
	font-family: "Bitter", "Times New Roman", Times, sans-serif;
}
@media (max-width: 700px) {
	body {
		padding: 20px;
	}
}
@media (min-width: 700px) {
	body {
		padding: 50px;
	}
}

.fa-arrows-alt {
	display: none !important; /* xd */
}

a {
	color: #30C2F2;
	text-decoration: none;
}
