div.container div.site-logo{
    display:flex!important;
    align-items:center!important;
}

a.gmxLive {
    background-color: red;
    padding: 5px 5px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: bold;
    animation: parpadeo 1s infinite;
}


@keyframes parpadeo{
    0% { background-color:red;}
    20% { background-color:rgb(129, 0, 0);}
    0% { background-color:red;}
    20% { background-color:rgb(129, 0, 0);}
    0% { background-color:red;}
    20% { background-color:rgb(129, 0, 0);}
}