.container {
  width: 100vw;
  height: 100vh;
  background: #232323;
  display: flex;
  align-items: center;
  justify-content: center;
}

svg {
  fill: #fff;
  width: 70%;
}