.headrap1{
    text-align: center;
    color: aliceblue;
    background-color: rgba(0, 0, 0, 0.5);
}

.ban2 {
    width: 100%;
    height: 103vh;
    background-image:url(./menubg2.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
}
.banrap4{
    background-color: rgba(0, 0, 0, 0.5);
}
.banrap5 {
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-row-gap: 10px;
    grid-column-gap: 50px;
    padding-top: 30px;
    margin-left: 50px;
    margin-top: 5%;
}
.box4 h1 {
    font-family: cursive;
    font-weight: bolder;
    color: rgb(255, 255, 255);
    margin-bottom: 5%;
    margin-right: 150px;
    text-align: center;
    margin-top: -5%;
}

.box5 h1 {
    font-family: cursive;
    text-align: center;
    font-weight: bolder;
    color: rgb(255, 255, 255);
    font-size: 30px;
    margin-right: 50%;
}

.box6 h1 {
    font-family: cursive;
    text-align: center;
    margin-top: -5%;
    font-weight: bolder;
    color: rgb(250, 249, 249);
    margin-bottom: 5%;
    font-size: 30px;
    margin-right: 35%;
}
.banrap6{
    background-color: rgba(0,0,0,0.5);
}
.banrap7 {
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-row-gap: 20px;
    grid-column-gap: 50px;
    padding-top: 30px;
    margin-left: 50px;
}
.box4 h1 {
    font-family: cursive;
    font-weight: bolder;
    color: rgb(255, 255, 255);
    margin-bottom: 5%;
    margin-right:50%;
    text-align: center;
    margin-top: -5%;
}

.box5 h1 {
    font-family: cursive;
    text-align: center;
    font-weight: bolder;
    color: rgb(255, 255, 255);
    font-size: 30px;
    margin-right: 50%;
}

.box6 h1 {
    font-family: cursive;
    text-align: center;
    margin-top: -5%;
    font-weight: bolder;
    color: rgb(250, 249, 249);
    margin-bottom: 5%;
    font-size: 30px;
    margin-right: 35%;
}
.conclu1{
    margin-top: 10px;
}
.conclu1 p{
    text-align: center;
    color: aliceblue;
    font-size: large;
}