 .subscriptionMainContainer{
    width: 85%;
    margin: auto;
     justify-content: center;
 }
 .top h1{
    text-align: center;
     font-size: 50px;
    font-weight: 700;
    justify-content: center;
    align-items: center;    
    color: #494949;
    font-family: 'Courier New', Courier, monospace;
    text-transform: uppercase;
    margin-top: 150px;
  }
.subscriptionContainer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;    
    justify-content: space-between;
    justify-content: center;
     margin-top: 50px;
 }

 .subCards{
    display: block;
 }

.subCards p{
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    justify-content: center;
    align-items: center;    
    color: #f5f5f5;
    font-family: 'Courier New', Courier, monospace;
 }
 
.subCards h1{
    font-size: 30px;
    font-weight: 700;
    justify-content: center;
    text-align: center;
    align-items: center;    
    color: #f5f5f5;
    font-family: 'Courier New', Courier, monospace;
    text-transform: uppercase;
}

.subCards h2{
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    justify-content: center;
    align-items: center;    
    color: #f5f5f5;
    font-family: 'Courier New', Courier, monospace;
    text-transform: uppercase;
}

.subCards {
    width: 300px;
    height: 400px;
    margin: 10px;
    border-radius: 20px;
    background-color: #494949;
    box-shadow: 0 0 10px 0 #4949494f;
}
.subCards hr{
    margin-top: 10px;
    width: 100%;
    height: 1px;
    background-color: #f5f5f5;
    border: none;
 }

 .PlansDetails{
    width: 100%;
     flex-wrap: wrap;
    justify-content: center;
     margin-top: 20px;
 }

 .PlansDetails {
    font-weight: bold;
    color: #f5f5f5;
    font-family: 'Courier New', Courier, monospace;
    margin-left: 5px;
    align-items: center;
   }
   .subButton{
    margin: 30px;
   }

   .subButton h1{
    margin-top: 70px;
    font-family: 'Courier New', Courier, monospace;
    display: block;
    padding: 10px 20px;
    background-color: #f5f5f5;
    font-size: 30px;
    font-weight: 700;
    color: #494949;
    cursor: pointer;
    transition: 0.5s;
   }

   .subButton h1:hover {
    background-color: #494949;
    color: #f5f5f5;
    border: 1px solid #f5f5f5;
    transform: scale(1.1);
   }

   #silver h1:hover {
    background-color: #b3b3b3;
    color: #f5f5f5;
    border: 1px solid #f5f5f5;
    transform: scale(1.1);
   }

   #diamond h1:hover {
    background-color: #333333d0;
    color: #f5f5f5;
    border: 1px solid #f5f5f5;
    transform: scale(1.1);
   }

   #gold h1:hover {
    background-color: #303030;
    color: #f5f5f5;
    border: 1px solid #f5f5f5;
    transform: scale(1.1);
   }

   #silver {    
    background-color: #b3b3b3;     
   }
   /* #silver h1,h2,.PlansDetails{
    
   } */

    #diamond {
        background-color: #333333d0;
    }

    #gold {
     background-color: #303030;
     }