footer {
  background-color: #000000;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  bottom: 0;
  width: 100%;
}

footer a {
  text-decoration: underline;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9rem;
  transition: all 0.2s;
  color: #fff;
}

footer a:hover {
  color: rgb(247, 3, 138);
  text-shadow: 0px 0px 10px rgb(247, 3, 138);
}

footer p {
  font-family: "Open Sans", sans-serif;
  font-size: 0.9rem;
  margin-top: 4rem;
  color: #fff;
}

footer span {
  width: 60%;
  display: flex;
  justify-content: right;
  margin-inline: 3rem;
  gap: 2rem;
}

.plan {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  margin-bottom: 0.5rem;
}
