*{
    padding: 0;
    margin: 0;
    
}

.btn{
    width: 100%;
    background: linear-gradient(to left,whitesmoke,lightgray);
     border: none;
    padding: 20px;
    color: black;
    font-weight: 900;
    font-size: 20px;
    cursor: pointer;
    font-family: system-ui;
    text-transform: uppercase;
    position: fixed;
    bottom: 0;
    left: 0;
    box-shadow: 0px 0px 9px rgb(192 180 180);
}

.title{
    text-align: center;

}

.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top:10px ;
    background: black;
    padding: 20px;
    color: white;
   

}
.get{
 
    padding: 20px 20px 5px 20px;
    margin: 30px 20px  150px 20px;
    box-shadow: 0px 0px 9px rgb(192 180 180);
    border-radius:10px ;
    background: whitesmoke;
    color: black;
}
.bot{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.imge{
     width: 100%;
     height: 100%;
     border-radius: 10px;
}
.photo{
    margin-bottom:20px;
    padding: 10px;
}
.act-photo{
    width: 100px;
    height: 100px;
    border-radius: 10px;
    margin: 0 10px;
    box-shadow: 0px 0px 9px rgb(192 180 180);
}

.pay{
    background: green;
    padding: 10px  50px 10px 50px;
    border-radius: 5px;
    color: white;
    border: none;
    outline: none;
    cursor:pointer;
    text-transform: uppercase;
    display: block;
    margin: 10px auto;
}
.view{
    background: blue;
    padding: 10px  25px 10px 25px;
    border-radius: 5px;
    color: white;
    border: none;
    outline: none;
    cursor:pointer;
    display: block;
    margin: 30px auto;
    text-transform: uppercase;

    
}
.name{
    font-size: 18px;
    padding: 10px;
    font-weight:800;
}
.age{
    padding: 10px;
    

}
.about{
    padding:10px;
    line-height: 20px;
    word-spacing: 3px;
}
.stic{
    display: flex;
    gap: 20px;
    background: whitesmoke;
    box-shadow: 0px 0px 9px rgb(192 180 180);
    opacity: 0.4px;
    
}
.tamil{
    padding:15px;
}
.holly{
    padding: 15px;
}
.tamil{
   border-bottom: 2px solid blue;
   color: blue;
 }
.holly:hover{
    border-bottom: 2px solid blue;
    color:blue;
}
a{
    text-decoration: none;
    color: black;
    font-family: serif;
    font-size: 20px;
    
}
.fav{
    padding: 20px 0px 0px 10px;
    text-transform: uppercase;
}