@font-face {
  font-family: 'ghmroman';
  src: url('https://turnaminet.neocities.org/Fonts/webfontkit-20250917-182729/ghm-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'tt_chiaro-b';
  src: url('https://turnaminet.neocities.org/Fonts/webfontkit-20250917-184717/tt_chiaro-b-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.drpBttn{
  text-align: left;
  font-family: "Times New Roman", Times, serif;
  display: grid;
  grid-template: auto;
  background: none;
  color: #d9dec1;
  padding: 10px;
  font-size: 35px;
  border: none;
  cursor: pointer;
  text-shadow: 2px 2px 4px #000000;
}

.dropContent {
  font-size: 20px;
  display: none;
  position: relative;
  overflow: auto;
}

.dropDown {
  position: relative;
  display: contents;
}

.show {
  display: block;
}

body{
  background-color: white;
  color: black;
  font-family: Verdana;
  background-image: url("'+images[nextimage++]+'");
  transition: background 1s linear;
  background-repeat: no-repeat;
  background-size:cover;
  background-attachment: fixed;
}

.boxed-text{
  border: solid 3px #111414;
  padding: 75px;
  margin: 75px;
  width: fit-content;
  background-image: url('Background_images/silo.webp');
  background-size: 1940px;
  position: absolute;
}

.box2{
  border: solid 3px #111414;
  padding: 75px;
  margin: 75px;
  width: fit-content;
  background-image: url('Background_images/silo.webp');
  background-size: 1940px;
  position: relative;
  top: 375px;
}

.box3{
  border: solid 3px #111414;
  padding: 75px;
  margin: 75px;
  width: fit-content;
  background-image: url('Background_images/starField.webp');
  background-size: 1940px;
  position: absolute;
}

.myClass {
  color: #f7efd7;
  text-decoration: none; /* no underline */
}

h1 {
  font-family: 'ghmroman';
  color: #f7efd7;
}

p {
  font-family: 'tt_chiaro-b';
  color: #f5e7bc;
}

p2 {
  font-family: 'tt_chiaro-b';
  color: #b7ba8b;
  font-size: 10px;
}

p3 {
  font-family: 'tt_chiaro-b';
  color: #f5e7bc;
  text-align: right;
}

h2 {
  font-family: 'ghmroman';
  font-size: 100%;
  color: #f7efd7;
}