@media(max-width:768px){

.inicio{

padding:20px;

}

header h2{

font-size:18px;

}

#menu{

width:270px;

}

}

@media (max-width: 600px) {

    .navegacion-temas {

        flex-direction: column;

        gap: 12px;

    }

    .btn-regresar,
    .btn-siguiente {

        width: 100%;

        text-align: center;

        box-sizing: border-box;

    }

}