

@font-face { 
	font-family: "omori"; 
	src: url("OMORI_GAME2.ttf") format("truetype"); 
	font-weight: normal;
	font-style: normal; 
	font-display: swap; 
}
#pagedoll {
  position: fixed;
  bottom: 1px;
  right:1px;
}
#backbutton {
  position: fixed;
  top: 1px;
  left:1px;
}
.avatar {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border: 5px solid thistle;
  border-radius: 100px
}
header {
  width: 94%;
  height: 300px;
  background-image: url("https://files.catbox.moe/mzrpmt.jpg");
  background-size: cover;
  background-position: center;
  border-style: solid;
  border-width: 7px;
  border-color: violet;
  display: inline-block;
  align-items: center;
  padding: 20px;
}
@font-face { 
	font-family: "errortxt"; 
	src: url("OMORI_GAME.ttf") format("truetype"); 
	font-weight: normal;
	font-style: normal; 
	font-display: swap; 
}
body {
  background-color: #491766;
  color: white;
  font-family: omori, serif;
}
a {
  color: #E1ADFF
}
 @media (max-width: 550px) {
header {
    height: 300px;
    width: 305px;
    padding: 12px;
  }
}
nav {
  width: 100%;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*text-transform: uppercase;*/
}

nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
li {
  list-style: none;
}
li a {
  color: white;
  text-decoration: none;
}
nav li {
  width: 100px;
  padding: 5px;
  font-size: 14px;
  text-align: center;
  color: white;
  background-color: black;
  border-style: solid;
  border-width: 3px;
  border-color: white;
  /*border-image: url("/border-mini.png") 7 fill round;*/
  transition: transform 0.4s ease;
}

nav li:hover {
  transform: scale(1.03);
}
.box-border {
  width: 100%;
  padding: 10px;
  background-color: black;
  border-style: solid;
  border-width: 7px;
  border-color: white;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
details {
	background: black;
	width: 325px;
	text-align: center;
}
summary { 
	padding: 0.5rem;
	cursor: pointer;
	border-color: white;
	border-width: 3px;
	background: white;
	color: black;
}
summary:hover {
	background: #6C06FF;
}

















