main {
  flex: 1;
}

.container {
  width: 80%;
  margin: auto;
}

/* Footer */
footer {
  background-color: #26F596;
  color: rgb(4, 122, 102);
  text-align: center;

  margin: auto;
  padding: 1px;

  border-top-left-radius: 67px;
  border-top-right-radius: 67px;

  position: fixed;
  bottom: 0;
  width: 100%;
}

.center {
  text-align: center;
  justify-content: center;
  justify-items: center;
}