cyb/src/pages/robot/UnderConstruction/UnderConstruction.module.scss

.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;

  img {
    width: 350px;
  }

  h5 {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.78);

    text-shadow: 0px 0px 10px var(--blue-light);
  }
}

Synonyms

pussy-ts/src/pages/robot/UnderConstruction/UnderConstruction.module.scss

Neighbours