body{
    background-image: url(../img_podcast/coming.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
}
header{
    filter: brightness(0.4);
}
.text{
    color: rgb(241, 0, 0);
    font-size: clamp(2rem, 9vw, 7rem);
    z-index: 10;
    font-weight: bold;
    letter-spacing: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-35deg);
    text-align: center;
    filter: drop-shadow(0 0 10px white);
}
@media screen and (max-width: 830px) {
    body{
        height: 600px;
    }
}