body {
  color: #FFFFFF;
  background-color: #002060;
  background-image: url('image.png');
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  min-height: 96vh;
}

header {
  padding: 10px;
}

main {
  flex-grow: 1;
}

footer {
  padding: 10px;
}

.about-title {
  padding: 10px;
}

.about-table {
  display: table;
  width: 100%
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
  white-space: nowrap;
  padding: 10px;
}

.copy-right {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 18px;
}
