/*
Theme Name: Stellar Theme
Description: 
Author: Stellar.Creative_
Author URI: https://creative.stellarcompany.eu
Version: 0.1.0
Requires at least: 6.8
Requires PHP: 8.1
License: GPL-2.0-or-later
Text Domain: stellar-theme
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}