
body {
  font-family: "Lucida Console", Monaco, monospace;
}

.alert {
  position: absolute;
  /*top: 0px;*/
  z-index: 99;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}

.divider {
  display: flex;
  align-items: center;
  text-align: center;
}
.divider::before, .divider::after {
  content: "";
  flex: 1;
}
.divider::before {
  margin-right: 10px;
}
.divider::after {
  margin-left: 10px;
}
