.container{
    display: flexbox;
    margin:0 auto;
    overflow: auto;
    height: 750px;
    padding: 10px;
    border-style: dotted;
    /*flex-direction: column;*/
    justify-content:center;
    align-items:center;
    width:50%;
    background-color: #5b88b2;
    
    box-sizing: border-box;
    font-family: "Just Me Again Down Here", cursive;
    
}
p{
    font-size: 20px;
}
.learning{
    display: block;
    font-size: 20px;

}
.imagelearning{
    width:700px;
}
h2, h4{
    display: flexbox;
    text-align: center;
    border-radius: 5px;
    height: auto;
    width: 100%;
    margin: auto;
    margin-bottom: 10px;
    background-color: #95b2c4;
    font-family: "Just Me Again Down Here", cursive;
    
    color:#1e1e1e;
}
body{
    background-image: url("background.png");
    background-color: #95b2c4;
    height: auto;
    overflow: hidden; /*fija la página web*/
}