*{
    margin: 0;
    padding: 0;
}
html{
    font-size: 100%;
    scroll-behavior: smooth;
}
body{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    overflow-x: hidden;
}
#order{
     /* background image */
    background-image: url(back5.jpg);
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed; 
    margin-bottom: 0%; 
    border: 1px solid;
}

#order h1{
    font-family: "Frijole", system-ui;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 4rem;
    color: goldenrod;
    margin-bottom: 3%;
    margin-top: 5%;
}

 tr th{
    justify-content: space-between;
    padding: 12px;
    font-size: 1.3rem;
    border: 2px solid gray;
    text-align: left;
    margin-right: 20%;
    background-color: bisque;
}
table{
    border-collapse: collapse;
    box-shadow: 0 0 10px rgb(38, 29, 29);
    width: 90%;
    height: 30%;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    margin-left: 5%;
    
}
tr td{
    justify-content: space-between;
    padding: 12px;
    font-size: 1.3rem;
    border: 2px solid gray;
    text-align: left;
    background-color: #fff;
}
input{
    display: flex;
    align-items: flex-start;
    justify-content:center;
    box-sizing: border-box;
    border: 2px solid rgba(76, 71, 71, 0.679);
    width: 100%;
    padding: 8px;
}
#details{
    margin-top: 10%;
    
}
#sum{
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    width: 15%;
    margin-left: 5%;
    margin-top: 5%
}
#amnt{
    width: 100%;
    display: flex;
    font-weight: bolder;
}
#amnt h3{
    font-size: 1.5rem;
    font-weight: bolder;
    color: antiquewhite;
}
#press{
    size: 10px;
    margin-top: 10px;
    height: 10%;
}
#press button{
    color:#fff;
    padding:3px 10px 3px 10px;
    border: 5px solid orange;
    background: rgba(84, 59, 5, 0.6);
    font-size: 1.5rem;
    text-decoration: none;
    border-style:inset;
    border-radius: 25px;
    box-shadow: 7px 7px 7px #9e8c8c;
    cursor: pointer;
}
#switch{
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
}
#switch button{
    color: #fff;
    padding: 10px 20px;
    border: 3px solid violet;
    font-size: 18px;
    border-style:outset;
    border-radius: 10px;
    margin-bottom: 3%;
}
#confirm{
    border: 5px solid orange;
    background-color: rgb(105, 182, 11);
    cursor: pointer;
}
#cancel{
    border: 5px solid orange;
    background-color: red;
    cursor: pointer;
}
