body {
  background-color: #0a0a0a;
}
.errBackground {
  display: flex;
  flex-direction: column;
  font-family: Open Sans, sans-serif;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 80%;
  text-align: center;
  margin-top: 14%;
  position: fixed;
  left: 0px;
  top: 0px;
}
.text {
  line-height: 23px;
  color: #b3b3b3;
  width: 50%;
}
.line {
  background-color: #616161;
  height: 1px;
  width: 50%;
}
.warning {
  color: #fb5e5e;
  font-size: 19px;
}

.reloadBtn {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  column-gap: 10px;
  border: none;
  outline: none;
  background: none;
  font-size: 20px;
  color: #fff;
  max-width: max-content;
  opacity: 1;
  cursor: pointer;
}
