/* 1. This styles the text so it has the outline and shadow */
.f1, .display-2 {
    color: white !important;
    -webkit-text-stroke: 2px black !important;
    text-shadow: 3px 3px 5px rgba(0,0,0,0.8) !important;
}

/* 2. This specifically finds the "extra" layer and makes it invisible */
/* We target it by its exact position/class combo */
.white-90.mb0 {
    color: transparent !important;
    -webkit-text-stroke: 0px transparent !important;
    text-shadow: none !important;
}
header nav .ananke-socials {
    display: none !important;
}