HTML {
  background-color: #000;
}

BODY {
  background-color: #000;
  color: #FFF;
  margin: 0;
  font-family: Courier New, Courier;
  font-size: 26px;
  text-decoration: none;
  font-weight: normal;
  line-height: 1;
  text-align: center;
}

/* Style for images */
.s1018 {
  border: none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Style for heading 1 (H1) */
H1 {
  font-size: 36px;
  font-weight: bold;
}

/* Style for hyperlinks (A) */
A {
  text-decoration: none;
  color: #0080FF;
}

A:not(:has(img)):HOVER {
  background: #FFF;
}

A:visited {
color: #FF00FF;
}

/* Style for specific class "logo" within hyperlinks */
A:hover.logo {
  background: none;
}

/* Style for generic div elements */
DIV {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.images {
	display: inline-block;
	vertical-align: top;
}

/* Style for elements with class "tight" */
.tight {
  padding: 0;
  margin: 0;
  border-spacing: 0;
}

/* Style for elements with class "full" */
.full {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Style for elements with class "standard" */
.standard {
  text-align: center;
  max-width: 1018px;
  margin: 0 auto;
}

/* Style for elements with class "colored" */
.colored {
  background-color: #222;
}

.heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  max-width: 1018px;
  margin: 0 auto;
}

.yt {
  position: relative;
  max-width: 1018px; /* Set the maximum width */
  margin: 0 auto;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (9 / 16 * 100%) */
  height: 0;
  overflow: hidden;
}

.yt iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Default for mobile */
  gap: 5px;
  max-width: 1018px;
  margin: 0 auto;
  line-height: 0;
}

.grid-item {
  /* Set a fixed height for the grid items */
  height: auto; /* Remove the fixed height */
  overflow: hidden; /* Hide overflowing content to maintain uniformity */
}
