.top-notification {
    background: #13283b;
    color: #ffffff;
    padding: 10px 15px;
    text-align: center;
    font-size: 18px;
}

.top-notification a {
    text-decoration: underline;
    color: inherit;
}

.top-notification a:hover {
    text-decoration: none;
}

@media (max-width: 767px) {
  .top-notification {
    font-size: 16px; 
  }
}