body {
	background-color: #070220;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

h1 {
	color: #490074;
	font-size: 3.2rem;
	font-family: sans-serif, Helvetica, Arial;
}

h2 {
	font-size: 2.4rem;
	color: #B130FA;
}

p {
	color: #B130FA;
}

a {
	text-decoration: none;
}

.fixed {
	position: fixed;
	width: 100%;
	z-index: 9;
}

#AboutMe,
#Skills,
#Hobbies,
#Studies,
#Languages,
#Proyects {
	padding-top: 4.75rem;
}








/*# sourceMappingURL=styles.css.map */