@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.notice {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 400;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  padding: 10px;
  font-weight: bold;
  transition: 1s;
}
.notice div {
  margin-right: 10px;
  word-break: break-all;
}
.notice span {
  font-size: 35px;
}

.success {
  background-color: rgb(1, 206, 1);
}

.danger {
  background-color: red;
}/*# sourceMappingURL=notice.css.map */