 /*Rectangle 1 

.mainframe{
    position: absolute;
    width: 1270x;
    height: 380px;
    left: 181px;
    top: 20px;
}



.frame1{
display: grid;
position: absolute;
width: 1265px;
height: 360px;
left: 181px;
top: 120px;
background: #464545;

}

 Rectangle 2 

.frame2{
position: absolute;
width: 630px;
height: 418px;
left: 181px;
top: 495px;
background: #464545;

}
 Rectangle 3 

.frame3{
position: absolute;
width: 630px;
height: 418px;
left: 826px;
top: 495px;
background: #464545;
}

.header{
position: absolute;
margin-left: 20px;
margin-top: 5px;
font-weight: 400;
font-size: 40px;
line-height: 48px;
}

.textFrame{
    position: absolute;
    margin-top: 70px;
    margin-left: 20px;
    color: #D6D6D6;
    font-weight: 100;
font-size: 16px;
line-height: 29px;
z-index: 0;
}*/
