body{
    color:grey;
    font-size: 20px;
    padding: 0;
    margin: 0;
}
#formDataTable{
    /* border: 2px solid red; */
    margin: auto;
    margin-top: 5vh;
    border-radius: 5px;

        backdrop-filter: blur(1px);
            /* -webkit-backdrop-filter: blur(10px); */
            background-color: rgb(0, 0, 0, 0.4);
            color: white;
            /* background-blend-mode: color; */
            text-align: center;


}
                nav {
                    margin-top: -2.5vh;
                    backdrop-filter: blur(5px);
                    height: 12vh;
                    background-color: rgb(0, 0, 0, 0.4);
                    color: white;
                }
        
                .navi li {
                    list-style: none;
                    display: inline-block;
                    padding: 4vh 5vw;
                    font-size: 18px;
                }
        
                #imp {
                    margin-right: 25vw;
                    font-size: 18px;
                }
        
                a {
                    color: white;
                }
th{
    color: white;
}

td,th{
    padding:2vw 12vw;
    border: 2px solid white;
}
#clr{
    border: 2px solid white;
    border-radius: 5px;
    width: 60vw;
    height: 8vh;
    text-align: center;
    margin: 0vw 20vw;
    color:black;
    font-size: 20px;
}
#clr:hover{
    scale: 1.01;
    transition: all .5s;
}
#clr:not(:hover) {
    transition: all .5s ease-in-out;
}