  .title {
      min-height: 50px;
  background: url(/images/grid-02.png), linear-gradient(to bottom,#bae7ad 0%, #d9ffb6 10%, #8fc78d 90%);
 display:flex;
 align-items:center;
 justify-content:center;
  border-radius: 10px 10px 0 0;
 border: 5px #709E95 ridge;
  border-bottom:2px #709E95 dashed;
  z-index:2;
      font-size:19px;
    }


    .frame {
      background-color: #d9ffb6;
      font-size:20px;
      padding:20px;
      border: 5px #709E95 ridge;
      border-top:none;
    }

    .frame p {
      color:#305b74;
      font-size:16px;
      font-style:normal;
     filter: drop-shadow(1px 1px rgba(10, 10, 12, 0.267))      
    }

    .frame h3 {
      color:#305b74;
      margin-bottom:-10px;
     filter: drop-shadow(2px 2px rgba(10, 10, 12, 0.267))      
    }

        .chrprofile {
      width:90px;
      height:90px;
      border-style:ridge;
      border-color:#305b74;
      background-color:antiquewhite;
    }

