@charset "utf-8";
/*
 Theme Name: ON Digital Child
 Theme URI: https://ondigital.co/
 Author: Tu Nombre
 Author URI: https://ondigital.co/
 Template: on-digital
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: on-digital-child
*/
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}
header, footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
header a, footer a {
    color: #fff;
    text-decoration: none;
}
main {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px;
}
.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px 15px;
    z-index: 100;
    transition: top 0.3s;
}
.skip-link:focus {
    top: 0;
}
