*{
    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{
    text-align: center;
    color: rgb(255,86,45);
}
#img1{
    display: block;
    margin:auto;
    margin-bottom: 30px;
}
h2{
    color:rgb(255,86,45);
} 
input{
    color: black;
}
#totalPrice{
    color: rgb(255,86,45);
    font-weight: bold;
}

input{
     width: 350px;
     height: 35px;
     font-size:medium;
     text-align: center;
     border-radius: 15px;
     border: 1px solid rgb(255,86,45);
}
#submit{
    background-color: rgb(255,86,45);
    color: white;
    font-size: 20px;
    border-radius: 35px;
    margin-top: 30px;
    border: none;
    cursor: pointer;
}
#address_div{
    margin:auto;
    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;
}