@charset "utf-8";

body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: aquamarine;
    background-image: url("image bg.png");
    background-size: cover; /* cover或contain */
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(90%);
    backdrop-filter: blur(5px); /* 添加模糊效果 */
    background-color: rgba(145, 224, 214, 0.63);
}
.title{
    color: #07534b;
    size: 0cqh;
    
}
 
