.background{
    background-image: url('/images/home.jpg');
    background-size: cover;
    background-position: center;
    height: 200vh;
    display: flex;
    flex-direction: column;
}
.discount{
    width: 100%;
}
.disIMG{
    width: 100%;
    height: 350px; 
}
button{
    border: 2px solid #ff7a3b;
    padding: 10px 20px;
    border-radius: 50px;
    color: #ff7a3b;
    background-color: rgb(0,0,0,0.6);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    align-items: center;
}
button:hover{
    background-color: #ff7a3b;
    color: white;
    transform: scale(1.09);
}

.container {
    display: flex;
    height: 70%;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    color: white;
}
.box{
    border-radius: 20px;
    width: 40%;
    height: 55%;
    text-align: center;
}
.box1{
    width: 25%;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 60px;
    height: 25%;
    margin-bottom: 100px;
}
.box2{
    width: 60%;
    background-image: url('/images/box2.jpg');
    background-size: cover;
    background-position: center;
    height: 40%;
}
.boximg{
    width: 100%;
    height: 65%;
    border-radius: 20px;
}
.boximg:hover{
    transform: scale(1.05);
}