#archive-static-notice {
  box-sizing: border-box;
  margin: 16px auto;
  max-width: 720px;
  padding: 12px 16px;
  border: 1px solid #efbf8e;
  color: #efbf8e;
  background: rgba(7, 8, 8, 0.92);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  line-height: 1.35;
  text-align: center;
}
