body {
    background-color: silver;
}


.Form {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid black;
    padding: 20px;
    display: flex;
    justify-content: center;
}

.Main-page {
    margin-left: auto;
    margin-right: auto;
    height: 100vh;
    width: 100vh;
    border: 1px solid black;

}

.Main-headers {
    height: 10vh;
    width: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Main-head {
    width: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Main-content {
    height: 50vh;
}

.Main-content-row {
    height: 50%;
    display: flex;
}
.Main-content-col {
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Main-bottom-btn-row {
    height: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Main-bottom-btn-box {
    height: 10vh;
    width: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 10vh;
}

.box-btn {
    text-decoration-line: none;
    background-color: #C0C0C0;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
}

.Main-bottom {
    height: 20vh;
    background-color: #C0C0C0;
}



.box-content {
    width: 100%;
    border: 1px solid black;
    text-align: center;
}

.box-bottom-content {
    width: 100%;
    border: 1px solid red;
    text-align: center;
    margin-top: 10px;
    padding: 30px;
}

.btn2 {
    width: 100px;
    height: 100px;
}

.btn2:hover {
    background: black;
    color: white;

}


.Box {
    width: 80%;
    border: 1px solid black;
    border-radius: 3px;
    text-align: center;
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
}




.title {
    color: white;
}

.btn-link {
    color: white;
    margin: 5px;
    text-decoration-line: none;
    font-size: 20px;
    padding: 5px;

}

.btn-link:hover {
    color: black;
    background-color: white;
    border: 1px solid black;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 1px white;
}


.Product {
    width: 100%;
    height: 100%;
    border: 1px solid black;
    margin: 10px;
    padding: 10px;
}

.Product:hover {
    background-color: black;
    color: white;
}

th {
    border: 1px solid black;
}

td {
    border: 1px solid black;
}

.col-sm-6 {
    height: 200px;
    display: flex;
}

.box-food {
    border: 1px solid black;
    height: 75%;
    width: 75%;
    display: grid;
    place-items: center;
    padding: 10px;
}

.box-food:hover {
    background-color: black;
    box-shadow: 1px 5px 5px 1px silver;
    color: white;
}

.product-head {
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
}

.qty{

}

.qty input{
    width: 50px;
}

.btn-cart {
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.search {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}



td.min {
    width: 1%;
    white-space: nowrap;
}