@font-face { 
	font-family: "Centabel"; 
	src: url("https://imagotl.neocities.org/centabel.ttf") format("truetype");
	font-weight: normal;
	font-style: normal; 
}

@font-face { 
	font-family: "Georama"; 
	src: url("https://imagotl.neocities.org/Georama.ttf") format("truetype");
	font-weight: normal;
	font-style: normal; 
}

/* General Style Declarations */

body {
  background-color: black;
  color: white;
  font-family: Georama;
  text-align: left;
}

h1 {
  margin-left: auto;
  margin-right: auto;
  font-size: 2.8rem;
  font-family: Centabel;
}

h2 {
  margin-left: auto;
  margin-right: auto;
  font-size: 2rem; 
  font-family: Centabel;
}

img {
  max-width:540px;
  height:auto;
}

p {
  color: white;
  font-size: 1.2rem; 
  margin-bottom: 1.6rem;
  letter-spacing: 0.01rem;
}

hr {
  margin-top:3em;
  margin-bottom:3em;
  max-width:720px;
}

a {
  color: lavender;
  font-size: 1.2rem; 
  letter-spacing: 0.01rem;
  margin-bottom: 1.6rem;
}


/* Navigation Styling*/

nav{
  text-align: center;
  justify-content: center;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

nav ul{
  padding-left: 0;
  list-style-type: none;
}

nav li {
  font-size: 2rem;
  padding-left: 16px;
  padding-right: 16px;
  display: inline-flex;
}

nav a{
  color: white;
  font-family: Centabel;
  font-size: 2rem; 
  margin-bottom: 0;
  text-decoration: none;
}

nav a:hover{
  color: gray;
}


/* Text styling */

.text {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.text h1 {
  text-align: center;
  margin-bottom: 1rem;
}

.text h2 {
  text-align: center;
  margin-top:0;
  margin-bottom: 2.5rem;
}

.text p {
  text-indent: 2.5rem;
  margin-bottom: 1.8rem;
}

/* Page-Specific Styling */

.chindex {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.chindex h1 {
  margin-top: 0.5rem;
  text-align: center;
}

.chindex h2 {
  text-align: center;
}

.chindex p {
  margin-bottom: 0.8rem;
  text-align: center;
  text-indent: 0;
}

.chindex h1 + h2 {
  margin-top: 0;
}

.chindex h2 + p {
  margin-top: 0;
}

.chindex p + h2 {
  margin-top: 2.8rem;
}

.chindex a {
  color: white;
  font-size: 1.2rem; 
  margin-bottom: 0.5rem;
  letter-spacing: 0.01rem;
  text-decoration: none;
}

.chindex a:hover{
  color: gray;
}




.titlenav {
  color: white;
  font-family: Centabel;
  font-size: 2.8rem; 
}

.metamorph {
  background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(3, 0, 28, 1) 100%);
}

/* Layout */
.box {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:space-evenly;
}

.item {
  margin:50px;
  max-width: 500px;
  flex-direction:row;
  flex-wrap:wrap;
  gap:25px;
}