.article {
  display: flex;
  flex-direction: column;
  background-color: white;
  justify-content: center;
  gap: 1rem;

  width: 75%;

  border-radius: 26px;
  padding: 2rem;
  -webkit-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.5);
}

.title {
  font-size: 2rem;
  font-weight: bold;
}

subtitle {
  font-size: 1.5rem;
  font-weight: bold;
}

.homeContainer {
  align-items: center;
}

.navigationBar {
  width: calc(100% - 2rem);
}

.alpha {
  color: var(--altoorange);
  background-color: var(--altopastelorange);
}

.pageFooter {
  width: calc(100% - 2rem);
}
