.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 100000;
	padding: 12px 16px;
	background: #E20074;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
}

.skip-link:focus {
	left: 16px;
	top: 16px;
}