@font-face {
  font-family: "Sono";
  src: url("assets/Sono-VariableFont_MONO,wght.ttf");
}
body {
  font-family: "Sono";
  background: rgb(55, 65, 81);
  color: rgb(248 250 252);

  min-height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

header {
  text-align: center;
}

h1 {
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

p {
  font-size: 1rem;
  line-height: 1.5rem;
}

#links {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 250px;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;

  a {
    text-decoration: none;
  }

  img {
    height: 2.5rem;
    width: 2.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
