html, body {
  height: 100%;
}

body {
  display: grid;
  place-items: center;
  margin: 0;
  background: #FBFBFD;
}

svg {
  width: 260px;
  height: 244px;
}

path {
  fill: none;
}
