@import url ('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i"rel="stylesgeet');

Html {

    font-family: 'Roboto', sans-serif
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: #F4F9A5;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
body {
    background-color:#ffb6d4;
    
}
#logo {
    max-width: 100%;
    height: auto;
}

body img { 
width: 30%
}
header ul {

    list-style: none;
    display: flex;
}

header ul li {
    width: 100%;
    height: 2em;
    display: flex;

}

header ul li a {
    width: 100%;
    height: 140%;
    text-decoration: none;
    background-color:#f47aac;
    border-radius: 20px;
    color: aliceblue;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    font-weight: bold;
    font-size: 75%;

}
* {
    margin: 1%;
    padding: 0;
    box-sizing: border-box;
}


.fotoperfil {
    width: 100%;
    height: 100%;
    max-width: 100%;
    border-radius: 300px
}
h1 {
    color: white;
    display: flex;
    justify-content: center;
    font-size: 70x;
    margin-top: 10px;
}
h3 {
    background-color: #f47aac;
    text-align: center;
    color: white;
    border-radius: 20px;
    padding: 10px;
}

h4 {
    background-color: white;
    text-align: center;
    color: #f47aac;
    border-radius: 20px;
    padding: 10px;
    font-size: 20px;
}

.redes {
    display: flex;
    flex-direction: row;
    justify-content: center;
    
}

.redes img {
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: row;
}

footer {
    padding: 1rem;
    color: white;
    font-size: .8em;
    background-color: #f47aac;
    border-radius: 20px;
}


main div ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #f47aac;
}


li {
    color: white;
    list-style: none;
    display: flex;
}

#profe {
    justify-content: center;
    font-family: roboto black, sans-serif;
    font-size: 20px
}

p{
    color: white;
}

#materia {
    font-size: 20px;
}

#info {
    margin: 10px;
}
#fadu {
    color: #f47aac;
     text-align: center;
    font-size: 20px
}

#fadu2{
    font-size: 15px;
    justify-content: center;
}

#catedras {
    margin-left: 20px;
}