* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

/* middlep */
.midp {
    width: 100%;
    height: 10vh;
    /* background-color: linear-gradient(to right, red, black); */
    text-align: center;
}

.midp h5 {
    margin-top: 50px;
    font-size: 300%;
    color: brown;
}

.midrapp {
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 30px;
}

.pantaloons img {
    width: 60%;
    height: 60%;
    background-color: green;
}

.pantaloons {
    background-color: rgba(11, 75, 55, 0.6);
    padding: 15px;
    border-radius: 15px;
}

.pantaloons h6 {
    background-color: rgb(red, green, green);
    /* text-align:center; */
    text-transform: capitalize;
    color: aliceblue;
    font-size: 40px;
}

.pantaloons p {
    color: aliceblue;
    text-align: justify;
}