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

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  background-size: cover;
  flex-direction: column;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: black;
}

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

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

#nav {
  margin: 40px;
}

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

button{
  color:white; 
  background-color:black;
  }

h1 {
 font-family: "fa_xcczcfncowregular";
  text-align: center;
  color: white;
}

.question {
  font-weight: bold;
  color: purple; /* Color for questions */
}

.answer {
  color: white; /* Color for answers */
}

#entries-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  max-height: 80vh;
  padding-right: 10px;
}

.entry {
  background-color: black;
  padding: 15px;
  margin: 10px 0;
  width: 70%;
  font-family: "AnalogueOS";
  border: 1px solid;
  color: white;
}

.entry p {
  margin: 5px 0;
}

hr {
  border: 0.1px solid purple;
}

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

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