body {
    margin: 0;
    padding: 0;
    background-color: #cccccc;
    background-image: url("https://video.vning.vip/daily-puzzle/WhiteRender_1440_810.png");
    background-position: center -10;
    background-repeat: no-repeat;
    font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

@media(max-width: 1440px){
    body {
        background-image:url("https://video.vning.vip/daily-puzzle/WhiteRender_1440_810.png");
    }
}

@media(min-width: 1441px){
    body {
        background-image:url("https://video.vning.vip/daily-puzzle/WhiteRender_2560_1440.png");
    }
}

@media(min-width: 2560px){
    body {
        background-image:url("https://video.vning.vip/daily-puzzle/WhiteRender_4096_2304.png");
    }
}

h1, h2 {
    margin: 0;
    padding: 0;
}

.headline {
    text-align: center;
    font-size: 4em;
    text-indent: 1em;
    letter-spacing: 1em;
    margin-top: 1em;
}

.subhead {
    text-align: center;
    font-weight: lighter;
}

.links {
    position: fixed;
    left: 0;
    bottom: 5em;
    width: 100%;
    text-align: center;
}

.today, .related-products {
    margin: 1em;
    padding: 1em 6em;
    align-items: center;
    background-color: rgba(244, 244, 244, 0.65);
    border-radius: 1.5em;
    color: black;
    display: inline-flex;
    justify-content: center;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}