@charset "utf-8";

body {
    background-color:rgba(255, 117, 186, 0.36);
    font-family: sans-serif;
    color: white;
}

header {
    background-color: rgb(255, 0, 128);

}

a {
    background-color: white; 
    font-size: 1em;
    text-decoration: none;
}


ul { 

margin: 1em;
    padding: 2em;
    color:black;
    font-size: 1em;
    list-style: none;
    }

ul li a{
    color: #ff7600;
    padding: 0.85em; 
    margin: 2em;
    margin-left: 4em;
    width: 40%;
    border-color: #ff7600; 
    border-radius: 2px;
    text-decoration: none;
    border-bottom-width: medium;
    border-style: solid;
    display: flex;
    text-align: center;
    }

ul li a:hover{
    background-color: rgba(62, 187, 209, 0.6);
}


h1{
    color: white;
    font-size: 2em;
    background-color: #ff7600;
    background-size: cover;
    text-align: center;
      list-style: none;
   }

h2{
    text-align: center;
    color: white;
    font-size: 2em;
    background-color: #ff7600;
    background-size: cover;
}


#materiasaprobadas li{
   font-family: 'Encode Sans Condensed', sans-serif;
}

h3{
    text-align: center;
    color: white;
    font-size: 2em;
    background-color: #ff7600;
    background-size: cover;
}

p{
    color: black;
    font-family: 'Encode Sans Condensed', sans-serif;
    font-size: .900em;
    margin: 2em;
    text-align: left;
}

footer{
    color: white;
    background-color: rgb(255, 0, 128);
    font-size: .825em;
    display: flex;
    margin: 0;
    margin-top: 5em;
    }
