body {
  font-family: D-DIN;
  font-size: 18px;
  margin-top: 50px;
  background-color: white;
}

.center-container {
  height: 375px;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.center {
  text-align: center;
}

.content-column {
  margin: 30px auto 30px auto;
  padding: 0px;
}

.corporate-blue {
  color: #2569A4;
}

.bottomright {
  position: fixed;
  padding: 0px 20px 20px 0px;
  bottom: 0;
  right: 0;
}

