.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 97vh;
}
.container svg {
  width: 50%;
  height: 50%;
}
