

.y {
    clip-path: polygon(6% 0, 100% 0, 100% 82%, 96% 100%, 0 100%, 0 18%);
    background-color: #ee4623;
    width: 18rem;
    height: 4.7rem;
    padding: 2px;
    transition: all 0.4s ease;
  }
  .btn {
    clip-path: polygon(6% 0, 100% 0, 100% 82%, 96% 100%, 0 100%, 0 18%);
    background-color: #ee4623;
    width: 100%;
    height: 100%;
  }
  .b {
    width: 100%;
  
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: #1e1e1e;
    font-size: 1.8rem;
    font-weight: 600;
    color: #000;
    transition: all 0.4s ease;
  
    color: aliceblue;
  }
  .b:hover {
    background-color: #ee4623;
  }
  