:root {
  color-scheme: light;
}
* {
    font-family: "Barlow", sans-serif;
    color:#D5BC95;
    font-size:1.1em;
}
body{
    background-color: #000;              
    background-image: url("/files/shamans-kurukafa-cizgisel.svg");
    background-repeat: no-repeat;    
    background-position: center center;  
    background-size: 100%;
    background-attachment: fixed;
}
div {
    color:#D5BC95!important;
}
p {
    line-height:1.5em;
    text-align:justify;
}
.main-menu {
    color:#D5BC95;
    font-weight:bold;
    text-decoration:none;
}
.main-menu:hover {
    color:#e7e1d6;
}
.form-control {
    color:#000000!important;   
}