@charset "UTF-8";
/* CSS Document */



.germania-one-regular {
  font-family: "Germania One", system-ui;
  font-weight: 400;
	
}



para {
	"Germania One", georgia, times, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #5fc9e0;
	font-size: medium;
	text-align: center;
	opacity: 0.9;
	
}


/* unvisited link */
a:link {
  color: #00af91;
	text-decoration: none;
}

/* visited link */
a:visited {
  color: #00af91;
	text-decoration: none;
}

/* mouse over link */
a:hover {
  color: #e9aa22;
	text-decoration: none;
}

/* selected link */
a:active {
  color: e9aa22;
	text-decoration: none;
}