body {
  font-family: "Comfortaa", cursive;
  font-weight: normal;
  background-color: black;
  color: white;
}

p {
	text-align: center;
}

.img_p {
	
}

.p_italic {
	font-style: italic;
}

.p_orange {
	color:#f29d38;
	font-weight: bold;
}

.span_orange {
	color:#f29d38;
	font-weight: bold;
}

.span_sur_orange {
	color:#000000;
	background-color:#f29d38;
	font-weight: bold;
}

.references {
	color:#ffffff;
	background-color:#000000;
	font-weight: normal;
}

a {
text-decoration: none;
}

a:link {
  color: #f29d38;
}

a:visited {
  color: #f29d38;
}

a:hover {
  font-weight: bold;
}

a:active {
  color: white;
}