/*
font-family: 'IBM Plex Mono', monospace;
font-family: 'Comfortaa', cursive;



font-family: 'Cinzel', serif;
font-family: 'Cute Font', cursive;

font-family: 'Monoton', cursive;
font-family: 'Dosis', sans-serif;
*/

section {
    background-color: rgb(15, 2, 128);
   margin: auto;
   
    width: 960px;    
    height: 660px;
    
}

section article{
    background-color: antiquewhite;
    width: 450px;
    height: 300px;
    margin-left:20px;
    margin-top: 20px;
float: left;
}
    
section article p{
    float: left;
    width: 200px;
    margin: 0 20px;
}

section article h2{
    margin-left: 20px;
    padding-top: 20px;
}

body{
    background-color: rgb(241, 85, 25);
}

.uno {
    background-color: rgb(49, 159, 202);
    color: rgb(15, 2, 128);
    
}

.uno p{
    
    color: rgb(255, 255, 255);
}

#lunes h2{
color: papayawhip;
font-family: 'Comfortaa', cursive;
text-shadow: 25px 10px 10px black;

}

#lunes p{
    font-family: 'IBM Plex Mono', monospace;
    font-size: 15px;
}




#lunes img{
    border-radius: 80px;
    box-shadow: 20px -10px 25px navy;
    transition: all 0.4s;


}

.tres{
    background-color: coral;
    color: ivory;
}

.tres p{
    
    border-radius: 30px 20px;
    border-style: dashed;
    text-shadow:1px 1px 3px black;
}

#martes img{
    border-style: solid;
    border-color: white;
    border-radius: 100px 100px;
    box-shadow: -12px 15px 12px rgb(0, 0, 0);
}

#martes p{
    font-family: 'Cute Font', cursive;
}

#martes h2{
    font-family: 'Cinzel', serif;
}
.dos img{
    border-radius: 100px;
    box-shadow: 15px 8px 40px rosybrown;

}

.cuatro{
    background-color: rgb(236, 202, 169);
}

.cuatro img{
    border-radius: 30px 80px;
    box-shadow:0 -20px 50px grey;
}

.cuatro h2{
    text-shadow:10px -15px 10px rgb(255, 255, 255);
    font-family: sans-serif; 
}

.cuatro p{
    color:white;
    font-family: cursive;
}

.dos{
    background-color: rgb(230, 169, 60);
}

.dos p{
    color: cornsilk;
    border-style: inset;

}

#festivo h2{
    font-family: 'Gugi', cursive;
    text-shadow:18px 15px 5px black;
}

#festivo p{
    font-family: 'Gaegu', cursive;
}

#miercoles p{
    font-family: 'Dosis', sans-serif;
}

#miercoles h2{
    font-family: 'Monoton', cursive;
    
}
