/* FONT IMPORT */
@import url('https://friendfacts.neocities.org/OMORI_GAME.TTF');

  
/* -------------------------------------------------------- */
/* VARIABLES */
/* -------------------------------------------------------- */

/* Variables are used like this: var(--text-color) */
:root {
  /* Text: */
  --background: #000;
  --font: 'OMORI_GAME', sans-serif;
  --heading-font: 'OMORI_GAME', sans-serif;
  --font-size: 28px;
}

body {
  background-color: lightblue;
  font-size: 28px;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.startdiv
{
  width: 620px;
  height: 483px;
  padding: 1px;
  background: #000;
  color: #fff;
  font-family: OMORI_GAME;
  font-size: 28px;
  line-height:1;
  position: relative;
}

.theart
{
  width: 309px;
  height: 475px;
  outline: 3px solid #fff;
  border: 1px solid black;
  margin: 3px;
  float: left;
  position: relative;
  overflow: hidden;
}

.animated
{
  display:flex;
  justify-content: center;
  text-align: center;
  width: 310px;
  position: absolute;
  bottom: 50px;
}

.nameplate
{
  width: 43%;
  height: 40px;
  outline: 3px solid #fff;
  border: 1px solid black;
  margin: 3px;
  justify-content: center;
  align-items: center;
  padding: 5px 14px;
  margin-bottom: 2px;
  float: right;
}

.friendfact
{
  width: 43%;
  height: 394px;
  outline: 3px solid #fff;
  border: 1px solid black;
  margin: 3px;
  padding: 12px 14px;
  float: right;
}

.pixelsprite
{
  bottom:10px;
  right: 10px;
  position: absolute;
}


/* -------------------------------------------------------- */
/* BASICS */
/* -------------------------------------------------------- */
