* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
  background-color: #000000;
  color: #ffffff;
}

svg {
  width: 10rem;
  margin-top: 10rem;
}
