body {
  font-family: Gabriela, Georgia, serif;
  font-size: 1em;
  align-content: center;
}

.contentdiv {
  padding: 10px;
}

.bottombox{
  height: 20px;
  font-size: 0.7em;
}

.borderdiv {
  border-radius: 5px;
  border-color: black;
  border-width: 1px;
  border-style: solid;
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: center;
  gap: 10px 20px;
}

.textbox {
  font-size: 1.2em;
    text-align: center;
    width: auto;
    min-width: 300px;
    align-content: center;
    flex-grow: 1;
    flex-basis: 300px;
}

.imagebox {
  width: 200px;
  height: 180px;
}

img.buildinfo {
  height: 180px;
/*  position: absolute;
  left: 0;
  bottom: 45px;*/
}
