.root,
.root:hover,
.root:focus,
.root:active {
  width: 100%;
  height: 100%;
  color: var(--color-white);
  text-align: center;
}

.icon {
  font-size: 4rem;
}

.icon svg {
  stroke-width: 0.5px;
}