@import url('/astrology/styles.css');

.container > header h1 {
    background: linear-gradient(135deg, #ffd93d 0%, #ff9f43 45%, #7b68ee 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
