.footer {
  background-color: #f0f8ff;
  margin: 10px;
  padding: 20px;
}

.column-container {
  display: flex;
  justify-content: center;
  justify-content: space-around;
}

.footer-bottom {
  text-align: center;
}