*{
    background-color: rgb(0, 12, 24);
}
.box{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.inner-box{
    background-color: rgba(1, 39, 74, 0.615) ;
    height: 600px;
    width: 310px;
    border-radius: 10px;
        display: flex;
    align-items: start;
    justify-content: center;
    padding: 20px 20px;
}
.equil{
    height: 290px;
    width: 290px;
    border-radius: 10px;

}
.divi{
        background-color: transparent ;
        text-align: center;

}
.title{

    font-size: 40px;
    margin: 10px 10px;
    padding: 10px 10px;
}
p{
        background-color: transparent ;
        color: white;

}
.description {
  color: hsl(215, 51%, 70%);
          background-color: transparent ;

  font-size: 15px;
  margin: 10px 0;
}

.details-row {
  display: flex;
          background-color: transparent ;
align-items: baseline;
  justify-content: space-between;
  margin: 15px 0;
}

.price {
  display: flex;
          background-color: transparent ;

  gap: 5px;
  color: hsl(178, 100%, 50%);
}

.time {
  display: flex;
          background-color: transparent ;

  gap: 5px;
  color: hsl(215, 51%, 70%);
}

.icon {
  width: 14px;
}

.creator {
  display: flex;
  align-items: center;
  gap: 10px;
          background-color: transparent ;

}

.avatar {
  width: 35px;
          background-color: transparent ;

  border-radius: 50%;
  border: 1px solid white;
}

.creator-name {
  color: white;
          background-color: rgba(1, 24, 46, 0.615) ;

}
