html, body {
	margin: 0;
	height: 100%;
	width: 100%;
	background-image: url('https://alicehorrorshow.neocities.org/backgrounds/starbg_green.gif');
	font-family: BonaNova;
	color: white;
}

    #coolborder1 { 
  border: 10px solid transparent;
  border-image: url('/thorn/img/scrollframe.png') 30 round;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  z-index: 2;
  filter: drop-shadow(-2px 0px 6px #000000);
}

header {
	width: 100%;
	padding-bottom: 25px;
	flex-direction: column;
}

.myDIV {
  background-position: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.BgCards {
  background-image: url('https://alicehorrorshow.neocities.org/thorn/tarot/cards/CardBack.png');
  background-position: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -280px;
  z-index: 0;
  margin-bottom: 50px;

}

footer {
	width: 100%;
	flex-direction: column;
}

.art {
  margin-left: auto;
  margin-right: auto;
}


.flex {
  margin-left: auto;
  margin-right: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

@font-face {
  font-family: NewsPaper;
  src: url('https://alicehorrorshow.neocities.org/fonts/OldNewspaperTypes.ttf');
}

@font-face {
  font-family: BonaNova;
  src: url('https://alicehorrorshow.neocities.org/fonts/BonaNova-Regular.ttf');
}

