html,
body {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    margin: 0
}

body{
    background-image: url("../images/Image_1753775592947.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* ::-webkit-scrollbar{
    display: none;
    visibility: hidden;
} */

*{
    transition: .2s;
    font-family: 思源黑体;  
}

main{
    width: calc(100% - 128px);
    margin:64px;
    padding: 16px;
    text-align: center;
    background-color: rgba(252, 252, 255, 0.7);
    border-radius: 4px;
}

button{
    background-color: #ACCEED;
    border: none;
    border-radius: 0;
    font-size: 16px;
    box-shadow: 4px 4px 4px #5667764F;
    border-radius: 4px;
}

button:hover{
    box-shadow: 2px 2px 4px #5667764F;
    background-color: #9BBDDC;
    cursor: pointer;
}

textarea{
    outline:none;
    resize: none;
    border-radius: 4px;
    background-color: rgba(80, 80, 80, 0.2);
    border: none;
    box-shadow: 4px 4px 4px rgba(60, 60, 60, 0.6);
    padding: 8px;
}

a{
    color:black;
    text-decoration: none;
}

select{
    font-size: 1em;
    outline: none;
    padding: 2px;
    border-radius: 4px;
    background-color: rgba(80, 80, 80, 0.2);
    border: none;
    box-shadow: 4px 4px 4px rgba(60, 60, 60, 0.6);
    margin-inline: 4px;
}

img{
    border-radius: 50%;
}