@font-face {
    font-family: 'gift';
    src: url(fonts/gift.ttf)
}

.title-div > h1 {
    text-align: center;
    font-family: 'gift';
    font-size: 5rem;
    color:cornsilk;
}

body {

    background: no-repeat url(images/tv-static-moving.gif);
    background-size: cover;
}

.center-div {
    background-color:azure;
    width: 70%;
    height: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.tv-show-div {
    border-radius: 25px;
    background: no-repeat url(images/static-tv.webp);
    
    color:aliceblue;
    width: 500px;
    height: 500px;
}

.tv-show-div > h3 {
    text-align: center;
    font-size: 2rem;
    font-family: 'Courier New', Courier, monospace;
}