body {
  background-color: black;
  color: rgb(242, 242, 242);
  margin-top: 3rem;
  font-family: Gibson;
  line-height: 2rem;
  text-align: left;
  overflow-x: hidden;
}

.wrapper {
  max-width: 600px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  text-align: left; /* Ensure text is left-aligned */
}

.container {
  display: flex;
  justify-content: center;
  flex-direction: column; /* Center the container */
}

.container .wrapper {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

p {
  font-size: 1.25rem;
}

a {
  color: orange;
}

img {
  max-width: 8rem;
}

.images {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}