.color{
    background-color: rgb(60, 0, 128);
    border:rgb(60, 0, 128) ;
}
.text{
    color: rgb(70, 0, 128);
    button:rgb(70, 0, 128) ;
}
.card-header{
    width: 800px;
    position: absolute;
    right: 50px;
    top: 900px;
}
.image{
    position: relative;
    width: 1200px;
}
.hero-like{
    display: flex;
}
.image1{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.images-card{
    display: flex;
}