.custom-cursor {
  cursor: url("https://straer.neocities.org/images/cursor.png") 0 0, default;
  }
  
a {
  cursor: url(https://straer.neocities.org/images/pointer.png) 0 0, pointer;
}

body, html {
  height: 100%;
  margin: 0;
  display: flex;
  justify-content: center;  /* horizontal */
  align-items: center;      /* vertical */
  background-image: url('/images/bg.png');
  font-family: tan-mon-cheri;
  color: #ffbb0f;
}

.main-container {
  position: relative;
  width: 800px;
  border: 2px solid #84318C;
  padding: 40px;
  box-sizing: border-box;
  background-color: #432C4D; /* 432???? LIKE THE TSP CHARACTER??/ HAHAHHA */
}

.straer {
  position: absolute;
  top: 100px;
  left: -170px;
  z-index: 2;
}

.straer img {
  max-height: 500px;
  object-fit: contain; /* i do not know what this does but someone on reddit talked about it. */
}