body {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 5px;
}

header img {
  width: 231px;
  height: 100px;
}

main {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

main p {
  font-family: "My Soul", cursive;
  font-weight: 200;
  font-size: 108px;
  width: 100%;
  text-align: center;
  /* text-decoration: */
}

footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

footer p {
  font-family: "Inter";
  font-weight: 200;
  margin: 5px;
  justify-self: start;
}

footer .links {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-self: center;
}

.facebook {
  filter: invert(100%);
}
