@charset "utf-8";
/* CSS Document */

html {
background: url("img/eyes_short_2.gif") no-repeat center fixed; 
  background-size: cover;
}

a {
	font-size: 6vw;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	display: block;
}

a.left {
	transform: rotate(90deg);
	color: white;
	background-color: none;
	float: left;
	margin: 25% 0 25% 0%;
}

a.right {
	float: right;
	transform: rotate(-90deg);
	color: white;
	background-color: none;
	margin: 25% 0% 25% 0;
}

