@charset "UTF-8";
/**
 * Bumi CSS
 * 
 * @author @dwengs
 * @copyright 2025, @dwengs
 */


/*
 *
 */
a {
    text-decoration: none;
    color: inherit;
}

/**
 *
 */
article img {
    max-width: 100%;
}


/**
 *
 */
section {
    margin: 10vh 0;
}