.info-bar{

position: fixed;
top: 0;
left: 0;
display: flex;
align-items: center;
width: 100%;
height: 50px;
background: $primary_bg;
color: $text_color;
z-index: 9999 !important;
p{
    margin-left: 5px;
}
a{
    color: $secondary_bg;
}

}