.font{
  text-align: center;
  color: chartreuse;
  background-color: black;
  font-family:'Courier New', Courier, monospace

}
body{
  margin: 0;
  padding: 0;
  background-image:url("Images/homo GAY.png")
}
ul {
  font-family: "Jersey 20", sans-serif;
  font-size: x-large;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #000000;
  display: flex;
  justify-content: center;
}

ul li a {
  display: block;
  color: white;
  padding: 14px 16px;
  text-decoration: none;
}

ul li a:hover {
  background-color: #aaf703;
  color: black;
}
ul li a.active {
  background-color: #04AA6D;
}

.font{
  font-family: "Jersey 20 Charted", sans-serif;
  font-weight: 400;
  font-style: normal;

}

.font2 {
  font-family: "Jersey 20", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h2{
  background-color: bisque;
  font-family: "Jersey 20", sans-serif;
  font-weight: 400;
  font-style:normal;
  height: 50;
  text-align: left;
  font-size:24px;
}
.luna{
  padding-left: 30px;
  height: 290px;
}


.art{
  height: 390px;
  padding-left: 80px;
  
}

.biotext{
  margin: left;
  display: block;
  background-color: beige;
  background-size: 100%;
  max-width: 100%;
  font-size: 20px;
  text-align: justify;
}

h1{
  background-color: bisque;
  font-family: "Jersey 20", sans-serif;
  font-weight: 400;
  font-style:normal;
  text-align: left;
  font-size:24px;
}

.bio1{
  background-color: bisque;
  font-family: "Jersey 20", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  max-width: 100%;
  font-size: 40px;
}

.bio2{
  background-color: bisque;
  font-family: "Jersey 20", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  max-width: 90%;
  font-size: 40px;
}

