*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.container-outer{
    padding: 5px;
}
.container{
    
    max-width: 1000px;
    background-color: aquamarine;
}
.container1{
    height: 20%;
    width: 100%;
    background-color: rgb(116, 216, 247);
    padding: 10px;
    padding-left: 100px;
    padding-right: 100px;
    text-align: center;
}
.picture{
    height: 90%;
    width: 100%;
    background-color: rgb(116, 216, 247);
    text-align: center;
    padding-top: 10px;
}
#image1{
    height:120px;
    width: 300px;
    border-radius: 10px;
}
.container2{
    height: 25%;
    width: 100%;
    background-color: white;
    padding: 20px;
    
}
.container3{
    height: 45%;
    width: 100%;
    background-color:white;
    font-size: 0;
}
.container4{
    height: 10%;
    width: 100%;
    background-color: black;
    color: white;
    text-align: center;
    padding-top: 25px;
}
p{
  font-size:medium;    
}
.text1{
    justify-content:center ;
}
#button1{
    height: 35px;
    width: 50px;
    background-color: red;
    font-size: large;
    text-align: center;
    color: aliceblue;
    padding: 5px;
    border-radius: 5px;
}
.left{
    height: 100%;
    width:49.5%;
    display: inline-block;
    padding: 5px;
   
}
.top{
    height: 30%;
    background-color: brown;
}
.bottom{
    height: 70%;
    background-color:white;
}
.right{
    height: 100%;
    width:49.5%;
   padding: 5px;
    display: inline-block;
   
}
/* .top1{
    height: 30%;
    background-color: rgb(42, 165, 128);
}
.bottom1{
    height: 70%;
    background-color:white;
} */
#button2{
    height: 35px;
    width: 100px;
    background-color: red;
    font-size: large;
    text-align: center;
    color: aliceblue;
    padding: 5px;
    border-radius: 5px;
}
#button3{
    height: 35px;
    width: 100px;
    background-color: red;
    font-size: large;
    text-align: center;
    color: aliceblue;
    padding: 5px;
    border-radius: 5px;
}
#image2{
    height:40%;
    width: 100%;
    border-radius: 10px;
}
#image3{
    height:40%;
    width: 100%;
    border-radius: 10px;
}
.box1{
    height: 20%;
    width:100%;
    text-align: center;
}
.box2{
    height: 20%;
    width:100%;
    text-align: center;
}
.box3{
    height: 20%;
    width:100%;
    text-align: center;
}