body {
    background-color: #0D1A2D;
    font-family: sans-serif;
}

.card {
    
    width: 348px;
    height: 594px;
    background-color: #15273F;
    position: fixed;
    margin: auto;
    inset: 0;
    border-radius: 16px;
    /* box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4); */
    box-shadow: 0px 24px 9px 14px rgba(0, 0, 0, 0.4);
    padding: 24px;
}

img {
    width: 100%;
    border-radius: 8px;
}


.eye {
    position: absolute;
    top: 25.9%;
    left: 44%;
    background-color: #02FDFA;
    width: 348px;
    height: 346px;
    transform: translate(-151px, -141px);
    border-radius: 8px;
    opacity: 0;
}

.eye:hover {
    opacity: 0.3;
    cursor: pointer;
}


 
    





.name, h3, img {
    cursor: pointer;
}
    
 h3:hover,
 .name:hover   {
    color: #02FDFA;
 }


h3 {
    color: #FDFCFF;
}

p {
    font-size: 18px;
    color: #6E83A3;
}

h4 { 
    color: #02FDFA;
    position: relative;
    left: 14px;
}

.days {
    position: relative;
    top: -39px;
    left: 266px;
    color: #92ADD0;
    
}

.fa-clock {
    position: absolute;
    top: 498px;
    left: 266px;
    color: #87AAD5;
}

hr {
    width: 350px;
    position: absolute;
    left: 21px;
    top: 540px;
    border-top: 0.5px solid #87AAD5;
    opacity: 0.1;
    
}

.dp {
    width: 34px;
    height: 34px;
    border-radius: 360px;
    position: relative;
    bottom: 10px;
    border: 2px solid white;

}

.credit {
    position: absolute;
    bottom: 28px;
    left: 76px;
    font-weight: 600;
}

.name {
    position: absolute;
    bottom: 28px;
    left: 182px;
    font-weight: lighter;
    color: #dde9f5;
}
    
svg {
    position: absolute;
    top: 496px;
    left: 20px;
}

