body{
    margin: 0;
    padding: 0;
}
#form{
    margin-left: 29vw;
    margin-top: 15vh;
    width: 60vw;
    height: 50vh;
            backdrop-filter: blur(1px);
                /* -webkit-backdrop-filter: blur(10px); */
                background-color: transparent;
                color: white;
                /* background-blend-mode: color; */
                text-align: center;
}
                nav {
                    margin-top: -2vh;
                    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;
                }
#name,#hours,#min{
    display: block;
    width: 40vw;
    height: 10vh;
    /* backdrop-filter: blur(1px); */
        /* background-color:transparent; */
        background-color: rgb(0, 0, 0, 0.4);
            color: white;
            /* background-blend-mode: color; */
            border: 2px solid white;
            text-align: center;
            border-radius: 8px;
            margin-top: 2vh;
            font-size: 20px;
    
}
#clr {
    border: 2px solid white;
    border-radius: 5px;
    width: 40.5vw;
    height: 8vh;
    text-align: center;
    margin-left: -19.3vw;
    color:black;
    font-size: 20px;
    margin-top: 3vh;
}

#clr:hover {
    scale: 1.01;
    transition: all .5s;
}

#clr:not(:hover) {
    transition: all .5s ease-in-out;
}