body {
  padding: 0;
  margin: 0;

  box-sizing: border-box;
  height: auto;
  min-height: 100vh;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;

  font: 16px "Wix Madefor Display", sans-serif;
  border-top: 3px solid #7169ce;

  background: #fcfcfc url("/social/background.svg");
}

header,
main,
footer {
  box-sizing: border-box;
  padding: 0 1rem;
  width: 100vw;
  text-align: center;
}
header {
  margin-top: 2.25rem;
}
footer {
  height: 4rem;
  max-width: none;

  margin-bottom: 0;
  padding: 1rem;

  background: #7169ce;
  text-align: right;
}
footer a {
  display: inline-block;
  height: 2rem;
  width: 2rem;
  margin: 0 0.375rem;
}
footer img {
  height: 2rem;
  width: 2rem;
}
footer a:hover {
  opacity: 0.9;
}

main p {
  margin-top: 0;
  font-size: 1.375rem;
  font-weight: 700;
}


.logo {
  width: 100%;
  max-width: 8rem;
}
h1 {
  margin: 0;

  position: relative;
  top: -4px;

  font-weight: 400;
  font-size: 1.375rem;
  color: #5151b2;
}
