  .cracha {
    width: 270px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    margin: 50px auto;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
  }

  .cracha::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 8px;
    background-color: #333;
    border-radius: 5px;
  }
  
  .foto {
    margin: 20px auto 20px;
    border-radius: 5px;
  }