.topnewsbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #23282d;
  color: #ccc;
  text-align: center;
  z-index: 5000;
  height: 32px;
  font-size: 13px;
  font-weight: 400;
  line-height: 32px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 500;
  display: block;
}
.topnewsbar a {
  color: white;
}

body {
  margin-top: 32px;
}
