/* HOJA DE ESTILOS SOLO PARA INDEX.HTML */

h1 {
    display: inline;
}

h2 {

    color: #0d6efd;
}

h2::first-letter {

    text-transform: capitalize;
}

.leccion {

    margin: 5vmax;

}

.botones {

    margin: 2vmax auto;

    padding: 3vmin;
    display: flex;

    width: 35%;

    justify-content: space-between;
}

button::first-letter {
    text-transform: capitalize;

}

button {
    padding: 1vmin;
}

main {
    text-align: center;
}