* {
    margin: 0%;
    padding: 0%;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.parent {
    background-color: lightgreen;
}

.child {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    row-gap: 10px;
}

.child1 {
    margin: 5px;
}

.child2 {
    padding-top: 20px;
    font-size: 28px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: black;
    text-align: center;
    padding-left: 70PX;
}

li a {
    color: black;
    text-decoration: none;
}

ul {
    list-style-type: none;
    margin: 20px;
    font-size: larger;
}

li {
    display: inline;
    padding-left: 2px;
}

li a:hover {
    color: red;
}

.page1 {
    display: flex;
    column-gap: 70px;
    margin: 50px;
}

.left {

    padding-left: 30px;
    padding-right: 30px;
    width: 50%;
    background-color: lightblue;
    border-radius: 100px;
    margin-left: 30px;
    padding-bottom: 20px;
}

.content123 {
    text-align: center;
    padding-top: 10px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
    font-weight: bolder;
}

.notes {
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 20px;
    padding-top: 20px;
}

.right img {
    height: 300px;
    width: 600px;
    padding-top: 100px;
}

.product123 {
    text-align: center;
    padding-bottom: 10px;
}

.details {
    text-align: center;
    font-size: 20px;
    padding-left: 10%;
    padding-right: 10%;
    line-height: 25px;
}

.manuf {
    text-align: center;
    
}
.product1 {
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: center;
    gap: 30px;
    padding-bottom: 30px;
    font size: 10px;
}

h2 {
    padding-top: 20px;
}

.page2 {
    display: flex;
    column-gap: 70px;
    margin: 50px;
}

.left2 {

    padding-left: 30px;
    padding-right: 30px;
    width: 100%;

    background-color: lightgreen;
    border-radius: 100px;
    margin-left: 30px;
    padding-top: 50px;
}

.final {
    text-align: center;
    padding-top: 10px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
    font-weight: bolder;
}

.defe {
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 20px;
    padding-top: 20px;
    line-height: 30px;
}

.heading {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

}

.timing {
    text-align: center;
    padding-top: 20px;
    font-size: 20px;
    padding-bottom: 50px;
    line-height: 30px;
}

.end img {
    height: 500px;
    width: 700px;
    border-radius: 50px;
}