a {
    font-family: 'Lato', sans-serif;
    font-weight: 30;
    letter-spacing: 10px;
    font-size: 40px;
    color: rgba(231, 139, 18, 0.468);
}
p {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 50px;
}
h {
    font-size: 60px;
}
span{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 50px;
    font-weight:bold;
}

body{
    text-align: center;
    background: transparent;
}
div {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("https://bg.tencentbot.top/setu/pic.php") no-repeat center center fixed;
    background-size: cover;
    filter: blur(5px);
    z-index: -1;

}