.contenedor {
        background-color: #dbf9fc;
        margin: 6%;
    }
    
    body {
        font-family: sans-serif;
    }
    
    .contenedor1 {
        overflow: hidden;
        height: 100%;
        width: 100%;
        flex-direction: column;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .contenedor1 h1 {
        font-size: 40px;
    }
    
    .contenedor2 {
        overflow: hidden;
        padding: 3%;
        height: 100%;
        width: 100%;
        flex-direction: column;
        display: flex;
        justify-content: left;
        align-items: left;
    }
    