body{
    background:url("../img/astrology.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size : cover;
}
.card1{
    background-color: rgba(255, 196, 0, 0.83);
}
.card2{
    background-color: rgba(255, 250, 244, 0.65);
}