
@import url('https://fonts.googleapis.com/css?family=Hind');

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');



.Header {
	color: white;
	list-style-type: none;
	display: flex;
	justify-content: space-around;
	background: black;
	font-family: 'Roboto Condensed';
	padding: 1rem 0rem 1rem 0rem;
	text-align: center;
	align-content: center;
	margin: 0rem 0rem 2rem 0rem;
	text-decoration: none


}   

h1 { font-family: 'Hind';
font-size: 2rem;
color: #06688d;
text-align: center;
    }
#foto {
display: flex;
padding: 0rem 0rem 0rem 0rem;
    border-radius: 100rem
}

h2 {
    font-family: 'Hind';
    font-size: 1rem;
    color: #06688d;
    text-align: center
}

.Inscrip {
    font-family: 'Hind';
    font-size: 1rem;
    color: #0e9a5f
}
.materia {
    font-family: 'Hind';
    font-size: 1rem;
    color: #0e9a5f
    text-decoration: none
}
.links {
    font-family: 'Hind';
    font-size: 1rem;
    color: #06688d;
    text-align: center;
    list-style: none
} 



p{font-family: 'Hind';}
