
.about{
  min-height: 80vh;

  display: grid;
  grid-template-rows: .9fr auto;
}

.reveal-type{
  opacity: 0;
}

.footer-end{
  place-self: center;
}

.copyright-link{
  text-decoration: none;
  outline: none;
  font-weight: 500;
  color: var(--clr-site-base);
  letter-spacing: .1em;
}
.copyright-link:is(:hover,:focus,:active){
  color: var(--clr-wrapper-shadow);
}

.fa-heart{
  color: red;
}

.me{
  text-align: center;
}

.linkme{
  text-decoration: none;
  outline: none;
  color: hsl(248, 39%, 59%);
  font-family:cursive, 'sans-serif';
  font-size: 1.5rem;
}
.linkme:is(:hover,:focus,:active){
  color: var(--clr-wrapper-shadow);
}