.main{
    font-size: 20px;
    font-style: italic;
}

    .mydiv1{
        height:48%;
        width: 40%;
        
        text-align: center;

        background-color: blue;
        justify-self: center;


    }
    .mydiv2{
        width:48%;
        height:20%;
        text-align: center;
         background-color: rgb(195, 208, 10);
        justify-self: center;
    }
    .button{
        background-color: aquamarine;
        height: 20%;
        width: 40%
    }