
html {
    height: 100%;
    /* cursor:pointer; */
  }

body 
{
    max-width: 960px;
    /* height: 100%; */
    margin:auto;
    font-family: Arial, Helvetica, sans-serif;
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    /* cursor:pointer; */

}

body.busy, .busy * {
  cursor: wait !important;
}
.not-busy {
  cursor: auto;
}


#header1 {
    /* justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly; */
    align-items: center;
}


#title1 {
   color:silver;   
   font-size: 1.4em; 
   margin: 2em 2em 1em 1em ;
   user-select: none;
}


legend{
  user-select: none;
}
label{
  user-select: none;
}


.flexbox-site {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }
  
  .flexbox-site-content {
    flex: 1;
  }

noscript{
  padding-left: 20px;
  margin-left: 20px;
  color:brown;
}  