body {
	background : #000000 repeat url(/img/stars.jpg);
	color: #ccffff;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color : #2E78A7;
	text-decoration : none;
	font-weight: bold;
	font-style: italic;
}

#blurb {
	font-style: italic;
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
}

#copyright {
	color: #8b8b8b;
	font-size: small;
    text-align: center;
}

.review {
	background: #cceeff;
	padding: 15px;
}

.centerbox {
    max-width: 820px;
    margin: 10px auto 0 auto; /* top: 20px, horizontal: auto, bottom: 0 */
}

.hdrlogo {
    position: relative; /* This acts as the anchor for the button */
    width: 817px;
    height: 152px;
    margin: 0px;
}

/* Position the button on top of the banner */
.playNowButn {
    position: absolute;
    right: 40px;       /* Distance from the right edge */
    top: 45%;          /* Move down 50% of the container height */
    transform: translateY(-50%); /* Pull it back up by half its own height to perfectly center */
}

/* Ensure the button image doesn't stretch */
.playNowButn img {
    display: block;
    width: auto;       /* Keeps original size */
    height: auto;
}

.playNowButn:hover {
  filter: brightness(1.2) saturate(1.2) drop-shadow(0 0 4px #adc0ea);
}

.homecontent {
    background: url('/img/starfieldRep.jpg') repeat;
    padding-top: 10px;
}

.bluecontent_prev {
	background: #cceeff;
	padding: 15px;
}

.bluecontent {
	vertical-align: top;
	background: #99CCFF;
	color: #000000;
	padding: 20px;
	text-align: left;
	min-height: 450px;
    margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	width: 550px;
}

.home-grid {
  display: grid;
  grid-template-columns: 180px 1fr; /* left: auto width, right: fills remaining */
  align-items: start;
  background: url('/img/sidebar.png') repeat-y left top;
}

.gifmo-buttons {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.gifmo {
    display: block;
      margin: 20px auto 0 auto; /* top margin + auto left/right centers it */
    width: 400px;
    height: 300px;
    border: 2px solid #254575;
    margin-bottom: 10px;
}

.sidebutn {
  font-family: 'Exo', sans-serif;
  font-weight:  800;             /* bold */
  background-image: url('/newimg/sidebutn.png');
  background-repeat: no-repeat;
  background-size: contain;        /* use 'cover' if you want to fill the button completely */
  background-position: center;
  background-color: transparent;
  color: #adc0ea;
  width: 162px;
  height: 44px;
  border: none;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
  line-height: 44px;              /* vertical centering */
  text-align: center;
    background-blend-mode: screen; /* blend mode for tinting */
}
.sidebutn:hover {
  filter: brightness(1.2) saturate(1.2) drop-shadow(0 0 4px #adc0ea);
}

.footer {
    background: url('/img/footer.png') no-repeat left top;
    padding-top: 25px;
}