@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,700';


h2 {color: #f5ebe5; /* color del titulo 1 */
    font-family: 'roboto', 'arial','sans serif';
    font-weight: 400;
    background: black;
    padding: 25px;
    font-size: 1em}

body { background-color: #f5ebe5}

h3 {color: black; /* color del titulo 2 */
    font-size: 2.7em;
    font-family: 'roboto','arial','sans serif';
    font-weight: 700;}

 h4  {color: black; /* color del titulo 3 */
    font-size: 1em;
    font-family: 'roboto','arial','sans serif';
    font-weight: 400;}

h5 {color: black; /* materias cursadas 3 */
    font-size: 0,5em;
    font-family: 'roboto','arial','sans serif';
    font-weight: 300;}
h6  {color: black; /* color del titulo 3 */
    font-size: 1em;
    font-family: 'roboto','arial','sans serif';
    font-weight: 300;}

p {color: black; /* color del titulo 3 */
    font-size: 0,8em;
    font-family: 'roboto','arial','sans serif';
    font-weight: 400;}

footer {color: white;
    font-size: 0.7em;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    
    background-color:black;
    padding: 40px;
	text-align: center;}

