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

:root{
--bg:#080808;
--green:#2a5c1b;
--white:#ffffff;
}

body{
background:var(--bg);
color:var(--white);
font-family:Arial,sans-serif;
overflow-x:hidden;
}

a{
text-decoration:none;
}

.dynamic-css{
}
