h1.text-center {
    font-size: 0 !important;
    text-align: center !important;
    width: 100% !important;
}

h1.text-center::after {
    content: "Stars and Stories:\A The Black Star Radio Podcast";
    white-space: pre;
    display: inline-block;
    text-align: center;
    font-size: 70px;
    line-height: 1.15;
    font-weight: 700;
    font-family: inherit;
}

@media (max-width: 767px) {
    h1.text-center::after {
        content: "Stars and Stories:\A The Black Star Radio\A Podcast";
        font-size: 34px;
        line-height: 1.2;
    }
}


body {
    background-color: #FFFBE6 !important;
}