.luck-tarot{
    background-color: #fff;
}
.luck-tarot-innner{
    background-image: url('../../images/luck-tarot/bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 48px 0;
}
.heading h1{
    text-align: center;
    color: #006400;
}
.user-msg-section{
    display: flex;
    align-items: center;
    max-width: 700px;
    margin: auto;
}
.user-msg-section img{
    max-width: 100%;
    max-height: 150px;
    /* background-color: #006400; */
    /* box-shadow: 0 0 5px #006400; */
    border-radius: 50%;
}
.user-msg-section h2{
    text-align: center;
    padding: 0 5px;
}
.luck {
    color: #006400;
}
.user-name{
    font-size: 18px;
}