canvas{
    background-color: lavender;
    width: 400px;
    border: 1px solid gray;

}



.container1{
    justify-self: center;
    max-width: 60%;
    background-color: lightpink;
    border: 3px dashed deeppink;
    border-radius: 25px;
    padding: 20px;

}

.wrapper{
    background-color: lightpink;
    border: 3px dashed deeppink;
    border-radius: 25px;
    justify-self: center;
    text-align: center;
}

.container2{

    display:flex;


}

.in1,.in2{
    width:50%;
    justify-items: center;
    padding:20px;
}

.container3{
    justify-items: center;
}