/* Base */
.icon {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.5;
  color: #fff;
}

/* Logo size — must be after base */
.icon.logo {
  width: 70px;
  height: 70px;
}

/* Logo container */
.app-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5rem 0 0rem 0;
}
