#main {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 100%;
}
#sidebar {
  display: flex;
  flex-direction: column;
  width: 25%;
  height: 100%;
  border-right: #370541 solid 3px;
}
#middle {
  width: 75%;
}
.para {
  font-size:large; 
  padding: 0.3%;
}
#images {
  max-width: 95%;
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
}
.imgs {
  margin-top: 2.5%;
  margin-left:8%;
  margin-right: 32%;
  border: #200225 ridge 0.5em;
  max-width: 95%;
}