.wrapper {
  margin: 0 auto;
  margin-top: 60px;
  width: 100%;
  max-width: 12000px;
  background-color: black;
  cursor: default;
  font-family: "Roboto Mono", monospace;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  align-self: center;
}

.container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  align-self: center;
}

.image-container {
  width: 66%;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  align-self: center;
}

.image-container img {
  width: 100%;    
}

.text-container p {
  width: 66%;
  display: flex;
  flex-direction: row;
  align-content: space-between;
  font-size: 16px;
  color: lightgrey;
}

.copy {
  font-size: 16px;
  color: lightgrey;
}
