.footer {
  width: 100%;
  height: 153px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #115198;
  color: #8fb6d9;
  padding: 20px 0 1px;
  box-sizing: border-box;
  font-size: 18px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.aLink {
  color: #8fb6d9;
}
.goongan {
  margin-right: 20px;
}
.lineBox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}
.spanMargin {
  margin-right: 16px;
}
