ul.v14 {
  list-style: none;
  display: inline-block;
  margin-top: 5%;
  margin-left: 15%;
}

ul.v14 a {
  color: #b2babb;
  text-decoration: none;
}

ul.v14 a:hover,
ul.v14 li.active a {
  color: rgb(51, 51, 51);
  font-weight: bold;
}

ul.v14 li.active {
  list-style: disc;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.flexbox div {
  width: 48%;
}

.image-container {
  width: 90%;
  margin: 3% auto;
}

.image {
  width: 100%;
  border-width: 5px;
  border-style: solid;
}

.image-1 {
  border-color: rgb(153, 51, 102);
}

.image-2,
.image-3,
.image-4 {
  border-color: rgb(153, 204, 255);
}

.image-4,
.image-5,
.image-container-2 em,
.image-container-3 em {
  display: block;
  margin: auto;
}

.image-4,
.image-container-2 em {
  width: 60%;
}

.image-5,
.image-container-3 em {
  width: 70%;
}

.image-5 {
  border-color: rgb(52, 101, 164);
}

.image-container-2 em,
.image-container-3 em,
.image-container-4 em {
  font-size: .9em;
}

.image-6 {
  border: none;
}