@media only screen and (min-width: 1450px) {
.OrderButton{
left: 40%;
width: 10%;
border: 1rem solid white;
font-size: 143.4%;
}
}
@media only screen and (min-width: 1450px) {
.OrderButton{
left: 40%!important;
width: 10%important;
border: 1rem solid white!important;
font-size: 143.4%!important;
}
}