
        #box1
        {
           
            background-color:plum;
            box-shadow:25px 25px 50px dimgrey;
            float:left;
            margin-right:49px;
            margin-top:10px;
            margin-bottom:10px;
            text-align: justify;
             
        }
        #box2
        {
            
            background-color:gold;
            box-shadow:-25px -25px 50px dimgrey;                        
            float:left;
            margin-left:49px;
            margin-top:10px;
            margin-bottom:10px;
            text-align: justify;

        }
       
        h2
        {
            text-align: center;
        }
       