*{
    background-color: rgb(245,245,245);
}
#navbar{
    background-color: white;
    width: 100%;
    padding: 1% 0% 1% 0%;
}
#navbar img{
    background: transparent;
    margin-left: 15%;
}
#navbar a{
    background: transparent;
}


h1{
    /* margin-top: 40px; */
    text-align: center;
    color: rgb(255,86,45);
}
button{
    display: block;
    margin: auto;
    color: white;
    font-weight: bold;
    background-color: rgb(255,86,45);
    /* color: white; */
    font-size: 20px;
    padding: 15px 30px 15px 30px;
    border-radius: 35px;
    margin-top: 50px;
    border: none;
    cursor: pointer;
}
#totalPrice{
    color: rgb(255,86,45);
    font-weight: bold;
}
#payment{
    text-decoration: none;
}
#img1{
    display: block;
    margin:auto;
    height: 100px;
    width: 150px;
    margin-bottom: 30px;
}
h2{
    color:rgb(255,86,45);
    
}
input{
    width: 350px;
    height: 35px;
    font-size:18px;
    text-align: left;
    border-radius: 15px;
    border: 1px solid rgb(255,86,45);
    /* border: #e72b61; */
    /* border:none; */
}
#submit{
    width: 150px;
    background-color: rgb(255,86,45);
    text-align: center;
    color: white;
    font-weight: medium;
    cursor: pointer;
}
#address_div{
    margin:auto;
    /* border: 1px solid red; */
    width: fit-content;
}

#footdiv{
    text-align: center;
    background-color: white;
    margin-top: 2%;
    padding-bottom: 4%;
    padding-top: 2%;
}
#footdiv p{
    background: transparent;
    color: rgb(153,156,163);
}
#footdiv a{
    color: rgb(153,156,163);
    background: transparent;
    margin-right: 5px;
}