body{
    background-color: white;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding: 10px;
}

h1{
    text-align: center;
    font-size: 36px;
}

.backtomenu {
    margin-left: 5%;
    margin-top: 3%;
    display: inline-block;
    padding: 5px 7.5px;
    font-size: 10px;
    color:green;
}

.buttoncheckout {
    background-color: Transparent;
    margin-left: 85%;
    margin-top: 3%;
    border: none;
    display: inline-block;
    padding: 20px 30px;
    font-size: 14px;
    color:green;
}



.image1 {
    margin-left: 5%;
    border-radius: 50%;
}

h2 {
    font-size: 25px;
    font-weight: 700
}

.form {
    margin-left: 10%;
    margin-top: 5%;
}

.review {
    color:green;
}

p {
    font-size: 20px;
    font-weight: 150
}

.price {
    font-size: 20px;
    font-weight: 600
}

.buttoncart {
    margin-top: 3%;
    border: none;
    padding: 10px 44px;
    background-color: #7BCCB5
}

.buttoncartfull {
    margin-top: 3%;
    border: none;
    display: inline-block;
    padding: 10px 24px;
    background-color:rgb(157, 118, 118);
    font-size: 14px;
    color:white;
}

.checkout {
    margin-left: 10%;
    margin-top: 5%;
}

.orderInformation {
    margin-left: 40%;
    margin-top: 2%;
    font-size: 8px;
    font-weight: bolder;
}

.submitButton {
    margin-left: 40%;
    margin-top: 3%;
    border: none;
    padding: 10px 44px;
    background-color: #7BCCB5
}

.filters{
    margin-left: 10%;
}





