/**
 * 2023 Donzibulles
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 *
 * @author    Donzibulles
 * @copyright 2023 Donzibulles
 * @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

.donzibulles-banner {
    background-color: black;
    color: white;
    text-align: center;
    padding: 15px;
    width: 100%;
    margin: 0;
}

.donzibulles-banner p {
    margin: 0;
    font-size: 16px;
}