@charset "utf-8";

#header {
  border-bottom: 5px solid #009fc6;
}

.anchor {
  position: relative;
}

.notification {
  background-color: var(--main-red-color);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
  border-radius: 12px;
  position: absolute;
  line-height: normal;
  min-width: 16px;
  height: 16px;
  z-index: 1;
  top: -4px;
  left: 55%;
}