/*@font-face {
  font-family: true-blue;
  src: url(fonts/TRUE-BLUE.OTF);
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.font-true-blue {
  font-family: true-blue !important;
}

@font-face {
  font-family: Helvetica-oblique;
  src: url(fonts/HELVETICA-OBLIQUE.TTF);
  font-weight: normal;
  font-style: normal;
  font-display: block;
}*/

#art-main
{
  background: #fff;
  margin: 0 auto;
  font-size: 14px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  position: relative;
  width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
  cursor: default;
}

#back-top {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#loader-overlay.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 9999;
  display: grid;
}

#loader-overlay.overlay > div {
  margin: auto;
}
