body{
            border:0;
            background-color:#EDEDED;
        }
        input[type="text"], input[type="file"], textarea, button, select, input[type="email"], input[type="date"]{
            padding:8px;
            border-radius:5px;
            border-style:solid;
            border-width:thin;
            margin-bottom:5px;
            box-sizing:border-box;
            width:100%;
        }
        .shewa{
            background-color:white;
            margin-left:100px;
            margin-top:40px;
            padding:20px; 
            width:350px; 
            float:left; 
            margin-right:20px;
            height:85vh;
            overflow:auto;
        }
        button{
            background-color:blue;
            border-style:solid;
            border-color:blue;
            color:white;
            cursor:pointer;
        }
        table{
            border-collapse:collapse;
        }
        th,td{
            padding-right:20px;
            text-align:left;
        }
        .saron{
            position:fixed; 
            left:50%;
            top:50%; 
            border-style:solid; 
            border-width:thin; 
            transform:translate(-50%, -50%); 
            background-color:white; 
            border-radius:5px; 
            box-shadow:0px 0px 10px rgba(0, 0, 0, 0.5); 
            width:350px; 
            height:380px;
            padding:20px;
        }