*body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.container{
  justify-content: center;
  justify-items: center;
  
}
.box{
    width: 310px;
    height: 540px;
    background-color: hsl(217, 54%, 11%);
    justify-content: center;
    justify-items: center;
    margin-top: 100px;
    padding-top: 40px;
}
.box1{
    width: 270px;
    height: 480px;
    background-color: hsl(216, 50%, 16%); 
    border-radius: 25px;
}
.small_box,img{
    width: 230px;
    height: 150;
    margin-top: 20px;
    margin-left: 10px;
    border-radius:25px ;
}
.details{
    display: flex;
    flex-direction: column;
}
h2{
    padding-left: 10px;
}
.details ,h2{
    color: hsl(0, 0%, 100%);
}
.para1{
    width: 250px;
    height: fit-content;
    margin-top: -15px;
    padding-left: 10px;
}
.para{
    color: hsl(215, 51%, 70%);
    font-size: med;
}
.icons{
    display: flex;
    flex-direction: row;
    justify-content:space-around;
    justify-items: center;
}

.icons_details{
    margin-top: -20px;
    margin-left: -15px;
}
.star{
    margin-top: -24px;
    margin-left: 35px;
    color: hsl(0, 0%, 100%);
    opacity: 0.5;
}
.icons_details1{
    margin-top: -20px;
    margin-right: -30px;
}
.clock{
    margin-top: -24px;
    margin-left: 35px;
    color: hsl(0, 0%, 100%);
    opacity: 0.5;
}
.line{
    margin-top: -10px;
    margin-left: 15px;
    opacity: 0.4;
}
.linee{
    color: hsl(215, 51%, 70%);
}
.profile{
  margin-top: -15px;
  margin-left: 3px;
}
.name{
margin-left: 60px;
margin-top: -45px;
}
.pa{
    color: hsl(0, 0%, 100%) 
}
