h1,p,div,span,form,ul,li,button{
    text-align: center;
    margin: auto;
    align-items:center;
    align-content: center;
    box-sizing: border-box;
}
div.L1_mostOut{
    position:absolute;
    height: 100%;
    min-width: 300px;
}
div.middle{
    margin: auto;
}
div.float-left{
    display: inline-block;
    
}
div.inline{
    height: 100px;
    display: block;
    border: 1px blueviolet solid;
}
div.inline-block{
    width: 90;
    height: 100%;
    display: inline-block;
    border: 1px blueviolet solid;
}
#curtime{
    width: 150px;;
}
#Lday{
    width: 30;
}
#Lhour{
    width: 30;
}