
* {
  font-family: system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  width: 100vw;
  height: 100vh;

  display: flex;
  flex-direction: column;

  align-items: center;
}

.logo {
  padding-top: 5rem;

  width: 20rem;
  aspect-ratio: 1/1;
}

.link {
  font-size: 1.3rem;
  font-weight: 600;
  text-decoration: none;

  padding-bottom: 0.8rem;
}
