body {
  background-color: #02050e;
  font-family: "Comic Sans MS", cursive, sans-serif;
}
h1 {
  font-size: 2em;
  color: #e2e8f0;
  text-align: center;
}
.bigContainer {
  max-width: 700px;
  margin: 0 auto;
  padding: 20px;
  background-color: #0b1123;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.container {
  display: flex;
  justify-content: center;
}

p {
  color: #e2e8f0;
  font-size: 1em;
}

.screenShotAlbum {
  display: grid;
  grid-template-columns: repeat(1, 1fr);

  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background-color: #0b1123;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.charImg {
  min-width: 100px;
  min-height: 100px;
}
.ScreenShot1 {
  max-width: 500px;
  max-height: 200px;
}
.ScreenShot2 {
  max-width: 500px;
  max-height: 200px;
}
.ScreenShot3 {
  max-width: 500px;
  max-height: 200px;
}

a {
  color: #00f0ff;
  text-decoration: none;
}
a:hover {
  color: #38bdf8;
  transition: color 0.3s ease-out;
}
::selection {
  background: #ff007f;
  color: #02050e;
}
.home {
  display: flex;
  align-items: center;
  justify-content: center;
}
