.img_primary {
filter: brightness(0) saturate(100%) invert(17%) sepia(75%) saturate(5459%) hue-rotate(340deg) brightness(79%) contrast(102%);
}

.bg_primary {
    background-color: white;
}

.bg_secondary {
    background-color: #24397D;
}

.bg_black {
background-color: black;
}

.txt_primary {
    color: #DEA92C;
}