body{
    background-color: rgb(27,51,60);
    color: rgb(245, 245, 245);   
    font-family: Arial, Helvetica, sans-serif;
}

.card-top {
    width: 350px;
    height: 250px;   
    padding: 30px;
}

.card-header {
    display: flex;
    justify-content: center;
    font-family: cambria;
    background-color: rgb(0,0,0);
    color: rgb(245, 245, 245);
}

.card-body {
    background-image: linear-gradient(to right, #c98157f5, #94480e);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.card-text {
    text-align: center;
}

.text-center{ 
   text-align: center;
   font-family: cambria;   
}

.imgDiv{
    display: flex;
    justify-content: center;
    background-image: linear-gradient(to right,#d195b7, #4F5E5A);

}
 /* #popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(7, 38, 83);
    padding: 20px;
    box-shadow: 0px 0px 5px rgba(21, 30, 151, 0.5);
    border-radius: 10px;
  }  */

   #popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    color: #fff;
    padding: 20px;
    text-align: center; 
  }
  
  