/* MAIN PAGE */

.backtohome { font-family: monospace; }
.backtohome a
{
  text-decoration: none;
  color: white;
}

#mainpagewindow
{
  margin: auto;
  margin-top: 300px;
  text-align: center;
  width: 500px;
}

#underheader
{
  margin-right: 0;
  margin-left: auto;
  width: fit-content;
}

.mainpagebutton
{
  display: block;
  width: 489px;
}

/* GALLERY */

.gallerybutton
{
  display: block;
  text-decoration: none;
  color: black;
  width: 160px;
  margin-left: 4px;
}

#galleryback
{
  height: 24px;
}

.galleryscroll
{
  padding: 10px;
  overflow-y: scroll;
  height: 70vh;
  width: fit-content;
}

.gallerywindow
{
  margin: auto;
  margin-top: 15vh;
  width: fit-content;
}

.badgedescr
{
  width: 200px;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* EDITOR */

#editorpanel
{
  width: fit-content;
  margin: auto;
  margin-top: 300px;
}

.editorbutton
{
  display: inline-block;
}

.blockright0
{
  width: fit-content;
  margin-top: 4px;
  margin-right: 0;
  margin-left: auto;
}

.highcontrast
{
  filter: contrast(256);
}

/* UNIVERSAL */

.badgeimage
{
  image-rendering: pixelated;
  width: 384px;
  height: 192px;
  padding: 4px;
  display: block;
}
