@import url('https://googleapis.com');


body {
	font-family: 'Courier Prime', monospace;
	font-size: 1.35rem;
	background-color: #191a17; 
    color: #cfd0d1;          
}
 
img {
	display: block;
	max-width:100%;
	margin-left: auto;
	margin-right: auto;
}

a {
	color: #b8d3ff;
}
 
h1 {
	 text-align:center;	 
 }
 
h2 {
	 text-align:center;	 
 }
 
h3 {
	 text-align:center;	 
 }
 
 .caption {
	font-size: 1rem;
	font-style: italic;
	 
 }
 
.main-block {
	max-width:760px;
	margin: auto;
	text-align:center;	
} 

.nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px; /* Adjusts the spacing between the links */
    max-width: 450px; /* Forces the wrap after the first 3 links */
    margin: 50px auto; /* Centers the entire nav block on the page */
}

.sprite-block {
	margin: 50px 0 0 0; 
}

.button-block {
    display: flex;       /* Aligns items side-by-side */
	margin: 50px auto; /* Centers the entire nav block on the page */
   
   
  }




.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.courier-prime-regular {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: normal;
}

.courier-prime-bold {
  font-family: "Courier Prime", monospace;
  font-weight: 700;
  font-style: normal;
}

.courier-prime-regular-italic {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: italic;
}

.courier-prime-bold-italic {
  font-family: "Courier Prime", monospace;
  font-weight: 700;
  font-style: italic;
}
