.header_elem{
    transition: 0.2s;
    width: fit-content;
    cursor: pointer;
}
.header_elem div{
    transition: 0.5s !important;
    width: fit-content !important;
    text-wrap: nowrap !important;
    font-size: 0.937vw !important;
}
.header_elem:hover div{
    color: #4DF6FF !important;
}