.arrows {
 position:absolute;
 top: 50%;
 left: 50%;
 font-size: 1rem;
 margin-top: -13px;
 opacity: 0.3;
 }


.leftarrow {
 margin-left: -160px;
 }


.rightarrow {
 margin-left: 115px;
 
}



a {
	color: #002200
	
}

a:hover {
	color: #FF0000;
	
}

a:visited {
	text-decoration: none;
}

.arrows a {
    color: #444444;
    text-decoration: none;
}