span,h1,h2,h3,h4,h5,h6{
    user-select: none;
    cursor: not-allowed;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif,system-ui;
}
input[type="file"]::-webkit-file-upload-button{
     background-color: lightblue;
     border-radius: 4px;
}