.background {
    background-image: url('https://img.zcool.cn/community/01f18c600becbe11013e3991132b14.png@1280w_1l_2o_100sh.png');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-attachment: fixed; /* 背景图片会随页面滚动 */
   
}
.big-text{
    color:rgb(42, 254, 247);
    font-size:34px;
    border: 1px solid transparent;  /* 添加一个橙色的边框 */
    border-radius: 50px;  /* 设置边框的圆角 */
    padding: 10px;  /* 添加一些内边距，使文本离边框有一些距离 */
    display:inline-block;
    background-color:transparent;
    text-decoration: none;  /* 移除链接的下划线 */
}
h1 {
    text-align: center;
    position: absolute;
    top: 40px;
    width: 100%;
    font-size:60px ;
    font-weight: bold;
    color:rgb(42, 254, 247)
}
.nav-link{
    position:fixed;  /* 将元素定位为绝对定位 */
    bottom:  25px;  /* 距离顶部的距离 */
    right: 750px;  /* 距离右侧的距离 */
    margin: 20px 20px;
    color: rgb(42, 254, 247);
    border: 1px solid black;  /* 添加一个橙色的边框 */
    border-radius: 50px;  /* 设置边框的圆角 */
    padding: 10px;  /* 添加一些内边距，使文本离边框有一些距离 */
    display:inline-block;
    background-color:black;
    text-decoration: none;  /* 移除链接的下划线 */
    font-size: 25px;
}
