/*
Theme Name: XSELL
Author: XSELL
Theme URI: https://xsellgroup.pl/
Author URI: https://xsellgroup.pl/
Tags: news
Description: Custom theme 
Version: 1.0.0
Text Domain: XSELL
Requires at least: 6.0
Tested up to: 6.1
Requires PHP: 7.1
License: Premium
License URI: #
 */

body,html {
    padding:0;
    margin:0;
    background:#090c1d;
    background-attachment: fixed;
    background-repeat:no-repeat;
    background-size:cover !important;
}

html {
    scroll-behavior: smooth;
}

 body {
    font-family: 'main', sans-serif;
    position:relative;
 }

 a {
    color:#fff;
    text-decoration: none;
 }