Scroll Smooth

/* Prevenir scroll horizontal en toda la página */
html, body {
    overflow-x: hidden;
}

/*
 * Scroll Smooth
 */
html,
.entry-content {
    scroll-behavior: smooth;
}

::selection {
    background: #71B263;
}