body,
html {
  height: 100%;
  margin: 0;
  text-align: center;
  background-color: #f2fdf6;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
}

.logo {
  height: 140px;
  width: 140px;
}

.app-store {
  height: 140px;
  width: 180px;
  cursor: pointer;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}

.footer a {
  margin: 0 15px;
  text-decoration: none;
  color: black;
}

.font {
  font-family: "DM Sans";
}
