body {
  font: 200 16px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  background-color: #fbc9a9;
  /* font-weight: 400; */
}

span {
  font-weight: 500;
}

.mainFlex {
  /* border: 5px solid #806655; */
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  height: 100vh; /* this is very important for centering the content (align-items) vertically */
}

h1 {
  text-align: center;
}

.picture {
  border-left: 5px solid #806655;
  border-top: 5px solid #806655;
  border-bottom: 5px solid #806655;
  width: 800px;
  height: 450px;
  display: flex;
  justify-content: center;
}

img {
  width: 800px;
}

/* this is the id of the canvas when p5.js runs */
#defaultCanvas0 {
  border-top: 5px solid #806655;
  border-bottom: 5px solid #806655;
  border-left: 5px solid #806655;
}

.text {
  border: 5px solid #806655;
  color: #40332b;
  text-align: center;
  padding: 0 10px 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 325px;
  height: 450px;
  /* background-color: #abfdff; */
}

#space {
  font-size: 1.2rem;
}

#enter {
  font-size: 1.2rem;
}

.smallFont {
  font-size: 0.7rem;
}
