@charset "UTF-8";
/*
Theme Name: XTellus Europe
Theme URI: 
Author: 
Author URI: 
Description: 
Requires at least: WordPress 5.0
Version: 1.0
*/

html, body{
margin:0;
padding:0;
width:100%;
height:100%;
-webkit-font-smoothing: antialiased;
background-color:#44001D;
font-smooth:antialiased;
}

p{
margin-top:0;
}

a{
color:#ffffff;
text-decoration:none;
transition:all 0.2s;
}

a:hover{
color:#1C85C7;
}