
.horoscopo-box {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    font-family: sans-serif;
    color: #333;
}
.sign-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}
.sign-btn {
    background: #007bff;
    color: white;
    border: none;
    padding: 8px 14px;
    border-radius: 4px;
    cursor: pointer;
}
.sign-btn:hover {
    background: #0056b3;
}
#back-button {
    background: #007bff;
    color: white;
    padding: 6px 10px;
    border: none;
    margin-top: 10px;
    border-radius: 4px;
    cursor: pointer;
}
