body {
    background-color: #EBE8E0;
}

#navbar {
  background-color: #F1DD32;
  overflow: hidden;
  font-family: roboto;
  font-size: 17px;
  list-style-type: none;
}

#navbar a{
  float: right;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

#logocatedra {
    width: 5%;
    height: auto;  
     padding: 10px 10px; 

}

h1 {
    font-family: roboto;
    font-size: 50px;
    color: black;
    text-align: center;
}

h2 {
    color: black;
    text-align: center;
    font-family: roboto;
}

#milagros{
    width: 15%;
    height: auto;  
    display: block;
    margin: 0 auto;
}

h3 {
    margin-bottom: 100px;
    color: black;
    text-align: center;
    font-family: roboto;
}

#materias{
    padding: 1px 1px;
    background-color: #F1DD32
}
h4 {
    margin-top: 100px;
    margin-bottom: 50px;
    color: black;
    text-align: center;
    font-family: roboto;
    font-size: 20px
}

p {
    text-align: center;
    font-family: roboto;
    font-size: 20px;
    margin-bottom: 100px
}

h6 {
    margin-bottom: 50px;
    margin-right: 80px;
    margin-left: 80px;
    color: black;
    text-align: center;
    font-family: roboto;
    font-size: 15px;
    margin-bottom: 100px
    
}
.footer {
   left: 0;
  bottom: 0;
    background-color: #EBE8E0;
  color: black;
  text-align: center;
  font-family: roboto;
  font-size: 5px;
}
