* {
    margin: 0;
}

#container {
    width: 100%;
}

#left {
    float: left;
    width: 100px;
}

#right {
    float: right;
    width: 100px;
}

#center {
    margin: 0 auto;
    width: 100px;
}

tbar01 {
    position: fixed;
    top: 0;
    background-color: rgb(250, 150, 50);
    display: flex;
    width: 100vw;
    padding: 5px;
    padding-left:5vw
}



but001{
    display:inline-block;
    /* min-width:100px; */
    margin-left:20px;
    /*background-color: rgb(255, 255, 255, .3);*/
    color:white;
    text-shadow: 1px 1px gray;
    border-radius:3px;
    padding:5px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1pt;
}

but001:hover{
    text-decoration: underline;
    border-bottom: 3px solid white;
}

but002 {
    display: inline-block;
    width:200px;
    /* min-width:100px; */
    /*background-color: rgb(255, 255, 255, .3);*/
    color: white;
    padding: 15px;
    margin:0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1pt;
    background-color: rgb(20, 20, 50);
    border-radius:0px 50px 50px 0px;
}

but003 {
    display: inline-block;
    margin-left: 20px;
    color: black;
    border-radius: 3px;
    padding: 5px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1pt;
    font-weight: 700;
}

but003:hover{
    color:red;
}

banner01{
    position: fixed;
    display: flex;
    top:40px;
    height:100px;
    width: 100vw;
    margin:0 auto;
    padding:5px;
}

section, section1{
    display: block;
    width:100%;
    position: fixed;
    top:205px; 
    height: calc(100vh-205px);
    overflow-y: scroll;
}

section1{
    position: relative;
    display: block;
    width:100vw;
    top:0;
    overflow-y: hidden;
    height: auto;
    min-height: calc(100vh-205px);
}

db1
{
    display: block;    
    margin:3% 35%;
    height: 380px;    
    background-color: gainsboro;    
    text-align: center;    
}

dtitle
{
    background-color:rgb(0, 119, 255);
    color:white;
    line-height:40px;
    padding: 5px;
    display:block;
    text-align: center;
}

.frm1
{
    display: block;        
    line-height: 30px;
    margin-top: 25px;
    font-size: 1.5em;
}

.frm1 input{
    font-size: 1em;
}




dialog1 {
    display: inline-block;
    width: 250px;
    /* background-color: green; */
    color: white;
    font-size: 15pt;
    border-radius: 15px;
    margin: 10px 10px;
}

dtitle {
    text-align: center;
    padding: 10px;
    height: 20px;
    display: block;
}

ddata {
    min-height: 200px;
    /* background-color: white; */
    color: green;
    display: block;
    text-align: center;
    padding: 5px;
}

ddata1 {
    height: 300px;
    /* background-color: white; */
    display: block;
    text-align: center;
    padding: 5px;
    color: green;
    text-align: left;
}

ddata1 li {
    color: green;
    list-style-type: none;
}

pimage img {
    border-radius: 0px;
    border-block: 5px;
    box-shadow: 5px 5px rgb(100, 100, 100, .3);
    border-radius: 10px;
}

dfooter {
    text-align: center;
    padding: 10px;
    height: 20px;
    display: block;
}

products {
    display: block;
    margin: 0 auto;
    max-width: 90%;
    text-align: center;
    background-color: rgb(100, 100, 100, .3);
    padding: 10px;
}