.btn {
    display: center;
    height: auto;
    width: 100%;
    border-radius: 15px;
    border: 0;
    padding: 15px 10px 15px 10px ;
    color: #ffff;
    background-color: #8E49B2;
    transition-duration: 0.5s;
    font-weight: bold;
    font-size: 18px;
  
  
  }
  .btn:hover{
    background-color: #271532;
    color: #ffffff;}