body {
  align-items: center;
  background: #333;
  display: flex;
  height: 100vh;
  justify-content: center;
  margin: 0;
  width: 100%;
}

.big-icon {
  height: 200px;
  width: 200px;
}

.white-icon {
  fill: #fff;
}
