
.flexbox {
  display: flex;
  flex-flow: row nowrap;
}

.flexitem {
  margin: 30px 0px;
  margin-left: 0px;
  padding-right: 80px;
  font-size: 14px;
  font-family: "Special Elite", system-ui;
  font-weight: 400;
  font-style: normal;
  color: var(--maintext);
  width: fit-content;
  line-height: 150%;
  font-family: "Martian Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 13px;
}

.frame {
  height: 580px;
}

.flexitem img {
  height: 280px;
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
  border-radius: 1%;
  box-shadow: 5px 5px 5px lightgray;
}

.flexitem .id {
  display: block;
  margin-top: 8px;
  color: var(--lighttext);
  color: var(--color1);
  --font-weight: bold;
  font-size: 13px;
}

.portrait img {
  width: 350px;
  height: auto;
}

.landscape img {
  width: 500px;
  height: auto;
}

.flexitem .text {
  color: var(--color1);
  margin-top: 15px;
  text-align: justify;
}

.flexitem:hover * {
  color: var(--maintext);  
}