body {
    margin: 0;
    padding: 0;
    background: no-repeat;
    background-color: #9c6f44;
    font-family: Arial;
}
.KoifeeHub{
    position: relative;

}
.BG {
    background-image: url(./KoifeeBg/Cakes.webp);
    background-size: cover;
    width: 98%;
    height: 80vh;
    margin-left: 1%;
    margin-right: 1%;
    padding-bottom: 200px;
    position: absolute;
    opacity: 0.6;
    border-radius: 10px;
}


.Navbar{
    width: 85%;
    height: 15%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 9;

}


.Reservations-button{
    color: #9c6f44;
    background-color: white;
    font-weight: bold;
    height: 40px;
    width: 160px;
    border: 1px solid;
    border-radius: 20px;
    outline: none;
    cursor: pointer;
    transition: 0.25s;
}
.Reservations-button:hover{
    background-color: #563517;
    color: white;
    border: none;

}
.Reservations-button:active{
    background-color: #271300;
}
.Customer{
    border: 1px;
    font-family: 'Courier New', Courier, monospace;
    color: white;
    position: absolute;
    top: 20%;
    left: 40%;
    right: 40%;
}
.Delivery{
    border: solid 2px;    
}
/* Margin & padding= top, right, bottom, left*/
*{
    box-sizing: border-box;
}

/* Menu Img fx */

.Koifee-Menu{
    width: 30%;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 30%;
    margin-bottom: 30px;
    position: relative;
    padding: 0%;
}
.Koifee-Menu img{
    height: 300px;  
    transition: 0.25s;
    border: solid 0px;
    border-radius: 10px;
}
.Koifee-Menu img:hover{
    transform: translate(-0px, -12px);
}
.Menu-text{
    position: absolute;
    top: 25%;
    left: 25%;
    color: white;
    font-size: 50px;
}

