h1{
    color: white;
    background-color: black;
    border-color: white;
}
.subheading{
    color: white;
/*         -webkit-text-stroke-color: white; */
}
h1.title-work{
    border-color: white;
}
.invertable{
    filter: invert(100%);
}
.invertable a{
    text-decoration: none;
    color:black;
}
.feature-text{
    color: white;
}
.main-header-grid{
border-color: white;
}
main{
    color: white;
}
footer{
    color:white;
}