body {
	background-color: #83002d;
	color: #f3fbe9;
}

.jacquard-24-regular {
  font-family: "Jacquard 24", system-ui;
  font-weight: 400;
  font-style: normal;
}

.jersey-15-regular {
  font-family: "Jersey 15", sans-serif;
  font-weight: 400;
  font-style: normal;
}


h1 {
	 font-family: "Jacquard 24";
}

#col-1 {
  position: fixed;
  width: 50%;
  left: 0;
  height: 100%;
  background-color: #f3fbe9;
  font-family: "Jersey 15", sans-serif;
  font-size: 1.5em;
  color: #83002d;
  z-index: 1010101010;
  padding: 10px;
  top: 0px;
}

#col-2 {
  position: fixed;
  width: 50%;
  left: 50%;
  height: 100%;
  top: 0px;
  overflow: scroll;
  font-family: "Jersey 15", sans-serif;
  background-color: #83002d;
  z-index: 1010101010;
  padding: 10px;
  font-size: 1.5em;
  object-fit: contain;
}