* {
  margin: 0;
  background-color: #212121;
  color: #f9fafb;
}

div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  font-family: 'Silkscreen', sans-serif;
  text-align: center;
  margin-inline: 50px;
}

h1, p {
  max-width: 800px;
  font-weight: 400;
}

h1 {
  font-size: 48px;
  margin-bottom: 22px;
}

p {
  font-family: 'Bricolage Grotesque';
  font-size: 24px;
}

img {
  margin-bottom: 22px;
  opacity: 0.9;
}