body{
    background: #ADD9E6;
    margin-left: 150px;
    margin-right: 150px;
}
.title{
    font-size: 50px;
    font-weight: bold;
}
.t2{
    font-size: 30px;
    font-weight: bold;
}
#main{
    display: flex;
    gap: 100px;    
}

#left,#right{
    flex: 1;     
}  

#left>img,#right>img{
    width: 100%;
}

button {
    width: 100px;
    height: 40px;
    font-size: 20px;
}
