body{
  margin:0;
  font-family:system-ui;
  background:#0f1115;
  color:#e6e6e6;
  display:flex;
  align-items:center;
  justify-content:center;
  height:100vh;
  text-align:center;
}

  h1{
    font-size:3rem;
    margin-bottom:0.5rem;
  }

  p{
    opacity:0.75;
    margin-bottom:2rem;
  }

  a{
    color:#7ddc9c;
    text-decoration:none;
    font-weight:600;
  }

  a:hover{
    text-decoration:underline;
  }

.social-section {
  margin-top: 2rem;
}

.handle {
  opacity: .7;
}

.socials {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0 0;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.socials img {
  width: 22px;
  height: 22px;
}

/* desktop */

@media (min-width: 640px) {
  .socials {
    flex-direction: row;
    justify-content: center;
    gap: 18px;
  }
}

/* screen reader only */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;

  padding: 0;
  margin: -1px;

  overflow: hidden;
  clip: rect(0,0,0,0);

  white-space: nowrap;
  border: 0;
}

}
