.horoscope-item {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}
.horoscope-item h3 {
    margin: 0 0 10px;
    font-size: 18px;
    color: #333;
}
.horoscope-item p {
    margin: 0;
    font-size: 14px;
    color: #666;
}