/*@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;
}*/

body#art-main {
    margin: 0;
    display: flex;
    flex-direction: column;
}

#art-main {
    background: #fff;
    font-size: 14px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif, serif;
    font-weight: normal;
    font-style: normal;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    cursor: default;
}


#main-container.art-sheet {
    flex: 1;
}

#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;
}

.art-privacy {
    margin: 50px 0;
}