html {
  background: white;
  height: 100%;
}

body {
  height: 100vh;
  margin: 0;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

p {
  margin: 0;
}

svg {
}
