body {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: whitesmoke;
  background: #20232a;
  -webkit-font-smoothing: antialiased;
  text-align: center;
}

p {
  font-size: 1.2rem;
  font-weight: 200;
}

a {
  display: inline-flex;
  color: whitesmoke;
  font-weight: 400;
  text-decoration: none;
  align-items: center;
}

a svg {
  margin-right: 0.4rem;
}

img {
  width: 10rem;
  height: 10rem;
}
