@font-face {
    font-family: "fa_zjpzlytrazregular";
    src: url("fa_zjpzlytraz-webfont.woff2") format('woff2'),
         url("fa_zjpzlytraz-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  background-image: url(bg/night.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: black;
}

body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('bg/stars.gif'); 
  background-repeat: repeat;
  opacity: 0.4;
  z-index: -1; 
  background-size: 500px;
  mix-blend-mode: overlay;
}

label {
  text-transform: lowercase;
}

p {
  color: white;
  font-size: 14px;
}

h3 {
  font-size: 18px;
  color: white;
  margin: 1px;
}

h4{
  color: #e6e6e6;
  font-family: "AnalogueOS";
font-size:14px;
  }

label {
  font-size: 18px;
  font-family: "AnalogueOS";
}

.container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
}

#title {
  display: flex;
  padding-top: 30px;
}

.book {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#stars {
  display: grid;
  grid-area: 1 / 1 / 1 / 1;
  opacity: 0.4;
  background-repeat: repeat;
}

form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 40px;
}

h1 {
    font-family: "fa_zjpzlytrazregular";
  font-size: 30px;
  color: white;
}

h2 {
  text-align: center;
  padding-top: 20px;
}

h2 a:hover {
  color: black;
}

a {
  font-family: "AnalogueOS";
  font-size: 20px;
  color: white;
}

.bg {
  display: flex;
  grid-area: 1 / 1 / 1 / 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@font-face {
  font-family: "AnalogueOS";
  src: url(https://humantooth.neocities.org/fonts/AnalogueOS-Regular.woff)
    format("woff");
  font-weight: normal;
  font-style: normal;
}
