* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

/* middle */
.middle1 {
    width: 100%;
    height: auto;
    /* background: linear-gradient(to right, red, black); */
    text-align: left;
    font-size: 20px;
}

.middle1 h2 {
    font-size: 100px;
    color: brown;
}

.middlerap1 {
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 30px;
}

.cake img {
    width: 100%;
    height: 60%;
}

.cake {
    /* background-color: rgba(196, 107, 178, 0.6); */
    padding: 15px;
    border-radius: 15px;
}

.cake h3 {
    background-color: rgba(193, 46, 206);
    text-align: center;
    /* text-transform: capitalize; */
    color: aliceblue;
}

.cake p {
    color: purple;
    text-align: center;
}

/* footer */
.foot1 {
    width: 100%;
    height:40vh;
    background-color: blueviolet;
}

.footrap1 {
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 20px;

}
.cake2{
    border:2px solid white;
    border-radius:15px;
    padding:10px;

}
.cake2 h1{
    background-color:aliceblue;
    text-align:center;
    text-transform:capitalize;

}
.cake2 p{
    color:white;
}
