body {
  overflow-y: hidden;
  background-color: #333333;
  margin: 0 auto;
}

.content {
  display: flex;
}
.left {
  width: 50%;
  height: 100vh;
  background-color: white;
  overflow-y: scroll;
  line-height: 300px;
  border: solid;
  border-color: black;
  margin-left: 0px;
  margin-right: 30px;
  margin-top: 0px;
  padding-bottom: 30px;
}

.right {
  width: 50%;
  height: 100vh;
  background-color: black;
  overflow-y: scroll;
  line-height: 300px;
  border: solid;
  border-color: white;
}

img {
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  max-height: 50%;
  /* border: solid;
  border-color: rgb(205, 20, 20); */
}

h2 {
  text-align: center;
  background-color: black;
  color: white;
  padding: 30px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

