body {
  background-color: black;
  background-image: url('https://i.imgur.com/lv1f81j.jpeg');
  color: white;
}

h1 {
  font-size: 48px;
}

.pathway-gothic-one-regular {
  font-family: "Pathway Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.boxbox {
  display : flex;
  flex-direction : row;
  justify-content: space-evenly;
  align-items: center;
}

.justified {
  display : flex;
  flex-direction : row;
  justify-content: space-evenly;
}

#mainimg {
  border-style: solid;
  border-color: black;
  border-width: 4px;
  max-height: 700px;
}

.mainzone {
  width: 64%;
  height: 700px;
  max-height: 700px;
}

.textarea {
  background-color: white;
  color: black;
  font-family: Courier;
  border-style: solid;
  border-color: black;
  border-width: 4px;
  height: 575px;
  max-height: 575px;
  padding-left: 15px;
  padding-right: 15px;
}

.textarea2 {
  background-color: white;
  color: black;
  font-family: Courier;
  border-style: solid;
  border-color: black;
  border-width: 4px;
  height: 700px;
  max-height: 700px;
  padding-left: 15px;
  padding-right: 15px;
}

.collection {
  display: flex;
  overflow-x: auto;
}

.collection img {
  margin: 2px;
  height: 200px;
}
  
  