.footer {
  background-color: #5b9bd6;
  height: 80px;
  max-width: 2000px;
  margin-bottom: 10px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-text {
  font-size: 14px;
  color: #fff;
  justify-content: center;
  align-self: center;
}
