.container{
    display: flexbox;
    border-radius:10px;
    margin:0 auto;
    overflow: auto;
    height: 750px;
    padding: 10px;
    border-style: dotted;
    /*flex-direction: column;*/
    justify-content:center;
    align-items:center;
    width:95%;
    background-color: #5b88b2;
    box-sizing: border-box;
    font-family: "Just Me Again Down Here", cursive;
} 

.example_container{
    display: block;
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    /*justify-content: space-between;*/
    align-items: flex-start;
    gap: 5px;
}
.example{
    width:270px;
    display: flex;
}
.example:hover{
    transform: scale(2);
    transition: transform .2s;
}
body{
    background-color: #5b88b2;
}

h2{
    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;
    font-size: 30px;
    color:#1e1e1e;
}

.fotos{
    width: 95%;
}

.fotoss{
    /*width: 400px;*/
    height: 300px;
}
