/*
 * @author    Wolfgang Kowarschick <kowa@hs-augsburg.de>
 * @copyright 2016-2022
 * @license   MIT
 */

 html
 { height:  100%;
   width:   100%;
   display: table;
 }
 
 body
 { display:          table-cell;
   text-align:       center;
   vertical-align:   middle;
   background-color: #C5EFFC;
   font-size:        3vw !important;
   font-family:      Verdana, Helvetica, sans-serif;
 }
 
 h1
 { padding:   0;
   margin:    0;
   font-size: 305.18%; /* 1.25^5 = 3.0518 */
 }
 
 p, label
 { font-family: "Times New Roman", Times, serif;
   font-size:   100% !important;
 }
 
 label, input
 { width:      10em;
   font-size:  100%;
   display:    inline-block;
   box-sizing: border-box;
   margin:     0.5ex;
 }
 
 label
 { text-align: right; }
 
 #section_form
 { text-align:   center;
   margin-left:  auto;
   margin-right: auto;
 }
 
 #section_form > h1
 { margin-bottom: 0.5ex; }
 
 #section_hello > p
 { font-size: 156.25% !important; /* 1.25^2 = 1.5625 */ }
 
.hidden
{ display: none; }