body
    {
        margin: 0;
        padding: 0;
  background-color:#E0E5EC;

    }
    .container  
    {
        display: flex;
        /*align-items: center;*/
        min-height: 90vh;
        justify-content: center;
      flex-wrap: wrap;
      gap: 3%;
      row-gap: 30px;
      margin-top: 4rem;
      padding-bottom: 7rem;
    }
    .card
    {
        width: 225px;
        height: 320px;
        padding: 2rem;
        margin: 0 10px;
        background-color:#E0E5EC;
        border-radius: 1rem;
        box-shadow: 9px 9px 16px rgb(163,177,198,0.6), -9px -9px 16px  rgba(255,255,255, 0.5);
    } 

.container .card:hover{
	box-shadow: 
		inset 20px 20px 60px -20px #bbb, 
		inset -20px -20px 60px #ddd;
  
}
    .card-title{
        font-weight: bold;
        font-size: 1.5rem;
      margin-top: 2rem;
    }
    .card-header
    {
        text-align: center;

    }
    .card-subtitle{
        color:rgb(155, 155, 155);
        font-weight: bold;
        letter-spacing: 1px;
        font-size: 1rem;
      margin-top: 1rem;
    }
    .card-footer {
        padding: .5rem 0;
        font-weight: bold;
        font-size: 1rem;
    }
    .card-body
    {
        color:rgb(105, 105, 105);
        font-weight: bold;
        font-size: 1rem;
        padding: 10px 0;
        line-height: 1.5rem;
    }
    .readmore{
  border-radius:100px;
    margin-left: auto;
  margin-right: auto;
  margin-top:10px;
  padding: 1rem;
  background-color:#E0E5EC;
box-shadow: 9px 9px 16px rgb(163,177,198,0.6), -9px -9px 16px  rgba(255,255,255, 0.5);
}
.readmore:hover 
{
    box-shadow:inset 9px 9px 16px rgb(163,177,198,0.6),inset -9px -9px 16px  rgba(255,255,255, 0.5) , -9px -9px 16px  rgba(255,255,255, 0.5);; 
    cursor: pointer;
}
.card-profile{
    margin-bottom: .5rem ;
  /*border-radius:100px;*/
    margin-left: auto;
  margin-right: auto;
  width:92%;
  height:235px;
  background-color:#E0E5EC;
box-shadow: 9px 9px 16px rgb(163,177,198,0.6), -9px -9px 16px  rgba(255,255,255, 0.5);
}
h1{
    text-align: center;
    font-weight: bolder;
    font-size: 35px;
    text-shadow:  9px 9px 16px rgb(163,177,198,0.6), -9px -9px 16px  rgba(255,255,255, 0.5);
}