
.card > img{
    height: 50px;
    margin-left: 118px;
    margin-top: 45px;
    width: 142px;
  }
  button{
    background: linear-gradient(90deg, #47A01A 0%, #98f0f0 100%);
    width: 54%;
    height: 30px;
    border: none;
    margin-top: 35px;
    margin-left: 88px;
    cursor: pointer;
    border-radius: 15px;
  }
  .card{
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 48%;
    left: 27%;
    width: 24em;
    height: 17em;
    margin-top: -10em;
    margin-left: 10em;
    background-color: #eef5eb;
    }
   
    p{
      margin-top: 38px;
      font-size: 10px;
      text-align: center;
    }
    #image{
      margin-top: 87px;
      height: 30em;
      width: 38em;
    }