body{
    background: #136a8a;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #267871, #136a8a);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #267871, #136a8a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

h1{
    color: white;
    padding-top: 1%;
    font-family: fantasy;
}

#ejercicios{
    display: flex;
    width: 100%;
    max-width: 100%;
}
#divDos{
    height: 100%;
    
}
.divPrincipal{
    padding-bottom: 2%;
    padding-left: 1%;
    background:#509ea8;
    border-radius: 5px;
}
#segundaPartes section {
   width: 50%;
    margin-left: 25%;
}
section {
  width: 166%;  
}

.codigoGenerado{
    background: #FFFFFF;
    width: 90%;
    margin: 2px;
}
.ejecucion{
    background: #FFFFFF;
    width: 90%;
    margin: 2px;
}
pre{
    font-size: 15px;
}
li{
    font-size: 15px;
}

article div {
    width :95%;
    background: #EEEEEE;
    padding: 1%;
    border-radius: 6px;
}

article div p {
    font-weight: 300;
    padding :15px;
    font-style:normal;
    color :black;
    text-align: justify;
    font-size: 18px;
}
article div h1{
    color: brown;
}
article div h2{
    font-size: 16px;
    font-family: sans-serif;
    color: royalblue;
}

footer{
    background : #EEEEEE;
    border-radius: 5px;
    padding : 2px;
    display : flex;
}

.footer-p{
    color : black;
    font-weight: bolder;
    font-size: 20px;
    width : 50%;
    font-style: oblique;
    text-align: center
}


