.logo a {
    color: #222;
    font-size: 45px;
    line-height: 70px;
     font-weight: 700;
}

.logo a span {
    color: var(--color-1st);
}
#current-date,
#current-time {
    margin-left: 10px;
    font-family: Arial, sans-serif;
      font-size: 14px;
    font-weight: bold;
    color: #333;
}

.single-content h2, .single-content h3 {margin-top: 15px;}
.single-content img {padding-top: 10px;}
.rb {color:red;}
.footer-bottom .container {
    display: flex;
    align-items: center;
}
.AgeLabel_label {
    line-height: 20px;
    font-weight: 600;
    padding: 4px 12px;
    color: #ffffff80;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #303033;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-center {
    flex: 1 1;
}

@media screen and (max-width: 890px) {
      .footer-bottom-left, .footer-bottom-right {
        width: auto;
    }  
  .footer-bottom-right {
        margin-top: 0;
    }
}