:root{
    --textColor: #fff !important;
}


section.abstractImg{
    max-width: 1200px;
}
section.abstractImg > img{
width: 100%;
}
body {
    background-color: #000;
    color: white;
    
}
a{
    color: white;
}
svg{
    fill: white !important;
}