.container{
    margin-bottom: 50px;
}

hr {
    border: 2px solid black;
}

.bigtext {
    font-size: 55px;
}

.card-img{
    height: 30%;
    width: 27%;
    padding-top: 15px;
    padding-left: 25px;
}

.card{
    background-color: #8e7bff;
    color: #fff;
}

body{
    font-family:Arial, Helvetica, sans-serif;
    font-weight: bold;
}

p{
    font-weight: normal;
}

.sign-up {
    border: none;
    color: #fff;
    background-image: linear-gradient(30deg, #8e7bff,#8e7bff  );
    border-radius: 20px;
    background-size: 100% auto;
    font-family: inherit;
    font-size: 13px;
    padding: 0.6em 1.5em;
   }
   
   .sign-up:hover {
    background-position: right center;
    background-size: 200% auto;
    -webkit-animation: pulse 2s infinite;
    animation: pulse512 1.5s infinite;
   }
   
   @keyframes pulse512 {
    0% {
     box-shadow: 0 0 0 0 #05bada66;
    }
   
    70% {
     box-shadow: 0 0 0 10px rgb(218 103 68 / 0%);
    }
   
    100% {
     box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
    }
   }


.Choose-plan {
    border: none;
    color: #000000;
    background-image: linear-gradient(30deg, #80ea99,#80ea99);
    border-radius: 20px;
    background-size: 100% auto;
    font-family: inherit;
    font-size: 13px;
    padding: 0.6em 1.5em;
    font-weight: bold;
   }
   
   .Choose-plan:hover {
    background-position: right center;
    background-size: 200% auto;
    -webkit-animation: pulse 2s infinite;
    animation: pulse512 1.5s infinite;
   }
   
   @keyframes pulse512 {
    0% {
     box-shadow: 0 0 0 0 #05bada66;
    }
   
    70% {
     box-shadow: 0 0 0 10px rgb(218 103 68 / 0%);
    }
   
    100% {
     box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
    }
   }


