
  .hero {
 
    display:flex;
    justify-content: center;
    align-items: center;
    color:black;
  }
  .contenteditable {
    text-shadow: 10px 10px 0 rgba(0,0,0,1);
    font-size: 100px;
  }