.right {
  float: right;
}
.left {
  float: left;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    text-align: center;
  }
figure {
  text-indent: 0;
  border: thin silver solid;
  margin: 1px;
  padding: 1px;
  padding-bottom: 0;
}

figure figcaption {
    display: block;
    padding: 0px;
    margin-top: 0px;
    text-align: center;
}

.centerclass {
    text-align: center;
}

.b2 {
     margin-bottom: 2cm;
}
.b5 {
     margin-bottom: 5cm;
}

img {
    margin-bottom: 0px;
}