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

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


body {background: url("img/fondo.png");}

div {
    font-family: Bubbler One;
}

.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{background-color: none;
color: palevioletred;
width: 100%; 
text-align: center}





h2{background-color: none;
color: palevioletred;
padding: 1rem; 
width: 100%; 
text-align: center}

h3{background-color: none; 
padding: 1rem; 
width: 100%; 
text-align: center}

p{font-family: Bubbler One;
background-color: beige;
padding: 2rem;
padding-left: 5rem;
padding-right: 5rem}
a{font-family: Bubbler One;}

#imagen {display: flex;
justify-content: center;
border-radius: 50%;
text-align: center}

#imagenynombre {display: flex;
justify-content: center;
    text-align: center
}

#cursando
 {display: flex;
justify-content: center;
text-align: center;
}

.materia
 {display: flex;
justify-content: center;
text-align: center
}

.catedra
 {display: flex;
justify-content: center
}

.boton
 {display: flex;
justify-content: left;
padding-left: 5rem;}

#lista {list-style: none;
    text-decoration: none;
}

.iconos
 {display: flex;
justify-content: center;
     align-content: center
}

