/**
 * Theme Name:        aquavithal
 * Theme URI:         https://fam-lussy.ch
 * Description:       Custom theme for aquavithal
 * Version:           1.0.0
 * Author:            Nik Lusy
 * Author URI:        https://example.com
 * Tags:              block-patterns, full-site-editing
 * Text Domain:       fabled-sunset
 * Domain Path:       /assets/lang
 * Tested up to:      6.4
 * Requires at least: 6.2
 * Requires PHP:      7.4
 * License:           GNU General Public License v2.0 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
 */

 body{
    padding: 5px;
 }
.rounded{
    border-radius: 15px;
}
.p-2{
    padding: 0.5rem;
}