.listimage {
	max-width: 10em;
	max-height: 10em;
        display: block;
        flex-grow: 1;
}

.imgwrapper {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.imagearchivepage {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 5px;
  display: flex;
  margin: 1em;
  flex: 1;
  max-width: 12em;
}
.imagearchivepage:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.imagearchivepage a {
  padding: 1em;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  gap: 1em;
}

.arctitle {
flex-grow: 0;
}

#projects {
 display: flex;
 flex-flow: row wrap;
}

.sidebar {
  position: fixed;
  margin-left: 49em;
}
