
body{
    background: #11998e; 
    background: -webkit-linear-gradient(to right, #38ef7d, #11998e); 
    background: linear-gradient(to right, #2b303d, #24282f);
}

.card {
    position: relative;
    height: 79vh;
    width: 321px;
    background-color: #fff;
    margin: 70px auto;
    border-radius: 12px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.header {
    position: absolute;
    height: 220px;
    width: 95%;
    margin:0 auto;
    left: 0;
    right: 0;
    top: -30px;
    border-radius: 12px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-image: linear-gradient(to right, #12192c, #171c24);
}

.header img {
    position: absolute;
    height: 120px;
    width: 120px;
    border-radius: 0;
    left: 90px;
    top: 50px;
}

.header h3 {
    position: absolute;
    font-family: sans-serif;
    color: white;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1px;
    top: 118px;
    left: 90px;
}

.header p {
    position: absolute;
    font-family: sans-serif;
    color: rgb(236, 233, 233);
    font-size: 13px;
    top: 166px;
    left: 90px
}

.body {
    position: absolute;
    height: 126px;
    left: 5px;
    right: 5px;
    top: 38%;
    border-radius: 12px;
    font-family: sans-serif;
}

.body ul {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    
}

.body ul li {
    position: absolute;
    list-style: none;
    display: block;
    height: 40px;
    width: 100%;
    left: 0;
    right: 0;
    border-radius: 12px;
    background-color: transparent;
    transition: all .3s ease-in-out;
}

.body ul li p,
h3,
i {
    position: absolute;
}

.body ul li h3 {
    top: -17px;
    left: 58px;
    color: #16a085;
    
}

.body ul li p {
    top: 14px;
    left: 59px;
    font-size: 12px;
    font-family: sans-serif;
    color: #999;
}

.body ul li i {
    left: 8px;
    top: 7px;
    color: #d2b770;
    font-size: 26px;
}

.body ul li:nth-child(1) {
    top: -16px;
}

.body ul li:nth-child(2) {
    top: 26px;
}

.body ul li:nth-child(3) {
    top: 68px;
}
.body ul li:nth-child(4) {
    top: 109px;
}
.body ul li:nth-child(5) {
    top: 198px;
}
.body ul li:nth-child(4) p{
    top: 55px;
}

.body ul li:nth-child(1) i {
    left: 12px;
}

.body li:hover {
    /*background-color: #16a085;*/
    /*cursor: pointer;*/
}
#save-btn {

  display: block!important;
    background-color: initial;
    background-image: linear-gradient(-180deg, #00D775, #00BD68);
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Inter,-apple-system,system-ui,Roboto,"Helvetica Neue",Arial,sans-serif;
    height: 44px;
    line-height: 44px;
    outline: 0;
    overflow: hidden;
    pointer-events: auto;
    position: relative;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: top;
    white-space: nowrap;
    z-index: 9;
    border: 0;
}
#save-btn i {
    left: auto;
    top: 7px;
    color: #eee;
    font-size: 24px;
    margin-left: 9px;
}
/*.body li:hover i{color:#fff}*/
/*.body li:hover h3{color:#fff}*/
/*.body li:hover p{color:#fff}*/
.body li  a {color:#12192c;text-decoration: none;}
/*footer*/

.footer {
    position: absolute;
    height: 80px;
    bottom: -30px;
    left: 0;
    right: 0;
    border-radius: 12px;
    width:95%;
    margin: 0 auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-image: linear-gradient(to right, #12192c, #171c24);
}

.footer ul {
    position: absolute;
    left: -60px;
}

.footer ul li {
    display: inline-block;
    margin-left: 60px;
}

.footer ul li i {
    font-size: 30px;
    color: rgb(236, 233, 233);
    transition: all .3s ease-in;
}
.footer ul li a {
    text-decoration: none;
    color: rgb(236, 233, 233);
}
.footer ul li:hover i {
    transform: scale(0.9);
    color: #fff;
    cursor: pointer;
}

.credit a{
    text-decoration: none;
    color: #fff;
    
  }

  .credit{
    text-align: center;
  }

