html,body{
    scroll-behavior:smooth;
    font-family:serif;
/*
    width:100%;height:100%;
    margin:0;
    font-family: "Ryumin Medium KL";
    background-image:url(../images/logo.png);
    background-size:60px;
    background-position:center;
    background-repeat:no-repeat;
    background-color:#17499d;
*/
}
h1,h2,h3,h4,h5,h6{margin:0;}
table{border-collapse:collapse;}
td{border:solid 1px black;}
#registration{position:fixed;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%;backdrop-filter:blur(16px);text-align:center;}
#innerBox{border-radius:8px;border:solid 1px darkgray;width:50%;height:50%;display:inline-block;background-color:rgba(0,0,0,.1);padding:1em;box-shadow:4px 4px 4px;
position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;}
#bldg{width:1em;}
#room{width:4em;text-align:right;}
#name{width:12em;text-align:center;}