body {
   margin: auto;
   width: 60%;
   padding: 10px;
   font-family: 'Roboto', sans-serif;
   font-size: 16px;
   font-weight: 500;
   
}

.logo-lightbulb {
    position: relative;
    top: 0%;
    left: 0%;
}
.About-Us {
    position: absolute;
    top: 10%;
    right: 30%;
    padding: 10px;
}
.Testimonials {
    position: absolute;
    top: 10%;
    right: 20%;
    padding: 10px;
}
.solar-house {
    position: relative;
    margin-left: 77%;
    margin-top: -18%;
}
.ptwo {
    flex-wrap: wrap;
    width: 650px;
}
.plant {
    position: relative;
    margin-left: 77%;
    margin-top: -28%;
}
.pthree {
    flex-wrap: wrap;
    width: 650px;
}
.turbine {
    position: relative;
    margin-left: 77%;
    margin-top: -22%;
}
.pfour {
    flex-wrap: wrap;
    width: 650px;
}
h1 {
     font-size: 20px;
     font-weight: 600;
}
h2 {
    font-size: 20px;
    font-weight: 600;
}
h3 {
    font-size: 20px;
    font-weight: 600;
}
h4 {
    font-size: 20px;
    font-weight: 600;
}
h5 {
    font-size: 20px;
    font-weight: 600;
}
.aboutus {
    position: relative;
    margin-left: 77%;
    margin-top: -10%;
}
.grey {
    color: rgb(0, 0, 0);
    background-color: rgb(230, 230, 230);
    padding: 6px 90px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    margin-left: 40%;
    border-radius: 25px;
}
h6 {
    font-size: 20px;
    font-weight: 600;
}
.container {
    
    flex-wrap: nowrap;
    width: 100%;
    background: white;
    border-radius: 20px;
    padding: 25px;
    border: 1px solid rgb(128, 188, 161);
    border-radius: 0%;
    border-left: 8px solid rgb(128, 188, 161);
    
}
.textone {
    flex-wrap: wrap;
    margin-left: 30%;
    margin-top: 2%;
    display: flex;
    position: relative;
}
.boldone {
    font-size: 16px;
    font-weight: 600;
    margin-left: 30%;
    flex-wrap: wrap;
}
.testimonialone {
    margin-left: 2%;
    text-align: left;
    margin-bottom: 1%;
}
.containertwo {
    
    flex-wrap: nowrap;
    width: 100%;
    background: white;
    border-radius: 20px;
    padding:  25px;
    border: 1px solid rgb(128, 188, 161);
    border-radius: 0%;
    border-left: 8px solid rgb(128, 188, 161);
    
}
.texttwo {
    flex-wrap: wrap;
    margin-left: 30%;
    margin-top: 2%;
    display: flex;
    position: relative;
}
.boldtwo {
    font-size: 16px;
    font-weight: 600;
    margin-left: 30%;
    flex-wrap: wrap;
}
.testimonialtwo {
    margin-left: 2%;
    text-align: left;
    margin-bottom: 1%;
}
.containerthree {
    
    flex-wrap: nowrap;
    width: 100%;
    background: white;
    border-radius: 20px;
    padding:  25px;
    border: 1px solid rgb(128, 188, 161);
    border-radius: 0%;
    border-left: 8px solid rgb(128, 188, 161);
    
}
.textthree {
    flex-wrap: wrap;
    margin-left: 30%;
    margin-top: 2%;
    display: flex;
    position: relative;
}
.boldthree {
    font-size: 16px;
    font-weight: 600;
    margin-left: 30%;
    flex-wrap: wrap;
}
.testimonialthree {
    margin-left: 2%;
    text-align: left;
    margin-bottom: 1%;
}
.greytwo {
    color: rgb(0, 0, 0);
    background-color: rgb(230, 230, 230);
    padding: 6px 90px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    margin-left: 40%;
    border-radius: 25px;
    margin-top: 10%;
}
.hr {
    margin-top: 5%;
    height: 60px;
    border: none;
    background-color: coral;
}
.closing {
    color: #ffffff;
    position: absolute;
    font-weight: 600;
    font-size: large;
    margin-top: -3.7%;
    margin-left: 1%;
    font-family: Arial, Helvetica, sans-serif;
}
