.container1{
   display: flex;
   
   width: 1300px;
   height: 1150px;
   margin-left: 30px;
   
}

.container2{
    display: flex;
   
    width: 1300px;
    height: 1100px;
    margin-left:30px;
    
 }

.box{
    width: 450px;
    height: 350px;
    font-size: 30px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: justify;
    border-radius: 15px;
    
}


.container3{
    display: flex;
    
    width: 1300px;
    height: 1100px;
    margin-left:30px;
    
 }

 
 
.box{
    width: 450px;
    height: 350px;
    font-size: 30px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: justify;
    border-radius: 15px;
    
}

#box1{
background-color: red;
margin-left: 75px;
width: 500px;

}

#box2{
    background-color: yellow;
    margin-left: 150px;
    width: 500px;
}