body{
    background-image: url("https://images.cnblogs.com/cnblogs_com/YCL-/1699274/o_200414062738timg.jpg");
    background-position: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    height:100%;
    width:100%;
    }
h2{
background: linear-gradient(90deg, #ead39b 0%, #c49452 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 15px;
}