.global-header {
    background-image: linear-gradient(90deg, rgb(237, 0, 21) 34%, rgb(67, 0, 19) 150%);
}

.global-header button, .global-header svg  {
    color: white;
}

.global-header input  {
    background-color: white !important;
}

.global-search {
    border-color: white;
    background: white;
}

.global-search svg {
    color: black;
}