body {
  background: url(https://sagegreen.neocities.org/images/nostalgia/paintbg.gif);
  background-repeat: repeat;
  font-family: Arial, sans-serif;
  font-size: 18px;
  color: #000000;
}

p {
  padding-bottom: 24px;
}

#intro {
  padding: 40px;
}

.parent {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  /* flex-flow: column wrap; */
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
  padding: 15px;
  gap: 0px;
  margin-top: 60px;
  z-index: 4;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(180deg, #0997ff, #0053ee 8%, #0050ee 40%, #06f 88%, #06f 93%, #005bff 95%, #003dd7 96%, #003dd7);
  padding: 3px 5px 3px 12px;
  border-top: 1px solid #0831d9;
  border-left: 1px solid #0831d9;
  border-right: 1px solid #001ea0;
  border-top-left-radius: 8px;
  border-top-right-radius: 7px;
  font-size: 19px;
  color: #ffffff;
  text-shadow: 1px 1px #0f1089;
  border-radius: 6px 6px 0px 0px;
  padding: 8px;
  min-width: 880px;
  font-family: "Trebuchet MS", Arial, sans-serif;
}

.header img {
image-rendering: pixelated;
}

.main {
  box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #dfdfdf,
    inset -2px -2px grey, inset 2px 2px #fff;
  background: #ece9d8;
  border-radius: 0px 0px 6px 6px;
  padding: 8px;
  width: 880px;
  max-height: 580px;
  overflow-y: scroll;
}

.info {
  display: flex;
  gap: 1em;
  justify-content: space-evenly;
}

.columns {
  width: 370px;
  text-align: left;
}

.columns h1 {
  display: inline;
  font-size: 1.2em;
}

small {
  display: inline;
  font-size: .7em;
  font-style: italic;
}

.columns p {
  margin-top: 0.4em;
  margin-bottom: 15px;
  font-size: 1em;
  line-height: 1.4;
}

.columns img {
  width: 370px;
  height: auto;
  object-fit: cover;
}

.top-icons {
  position: fixed;
  top: 40px;
  left: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

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

.icon img {
  width: 50px;
  height: 50px;
}

.icon-text {
  color:#ffffff;
  margin-top: 3px;
  font-size: .8em;
  text-align: center;
}

@media (max-width: 900px) {

.parent {
  width: 100%; 
  max-height:90vh;
  display:flex;
  margin-top:30px;
  padding:0;
  overflow-x: hidden;
}

.header {
  width: 98%; 
  margin: 0 auto;
  min-width: 90%;
}

.header img {
display:none;
}

.info {
  display: flex;
  gap: 1em;
  flex-direction:column;
  flex-wrap:wrap;
  max-width:96%;
  overflow-x: hidden;
  padding:2px;
}

.columns {
  width: 98%;
  text-align: left;
}

.main {
  width: 98%; 
  height:auto;
  margin: 0 auto;
}
  
.top-icons {
 display:none;
}

#intro {
  padding: 12px;
}
 
}