.divA{
    width: 1200px;
    height: 1050px;
}

.divB1{
    background-color: gold;
    height: 150px;
    width: 1200px;
}

.divB2{
    width: 1200px;
    height: 900px;
    background-color: rgb(248, 248, 248);
}
.divC1{
    background-color:rgb(0, 255, 191);
    height: 150px;
    width: 300px;
    float: left;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    box-shadow: 5px 4px 20px  black;
}
.divC2 {
    background-color:rgb(145, 255, 0);
    height: 150px;
    width: 898px;
    float: right;
    border-radius: 10px;
    box-shadow: 5px 4px 20px  black;
}
.divC2 a{
    background-color: orange;
    color: rgb(255, 242, 0);
    border-radius: 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 40px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0px 0px 10px  rgb(160, 157, 152);
}
.divC2 a:hover{
    box-shadow: 0px 0px 20px  rgb(145, 177, 155);
    background-color: rgb(255, 242, 0) !important;
    color: orange !important;
}

.p5{
    font-size: 50Px;
    font-weight: 600;
    text-align:center ;
    text-transform: uppercase;
    /* text-shadow: x-axis y-axis Bulr Color ; */
    text-shadow: 5px 4px 10px  black ;
    color: gold;
}


/* Home css */

.divv{
    background-color: rgb(10, 244, 100);
    height: 400px;
    width: 600px;
    border-radius: 40px;
    margin-left: 300px;
    box-shadow: 5px 4px 15px  black;
}
.divv:hover{
    box-shadow: 5px 4px 25px  black;
}
.testing{
    font-size: 50px;
    color:white;
}
.para{
    font-size: 30px;
    color:white;
}
.pad{
    padding-left:100px;
}
button{
    background-color: rgb(10, 244, 100);
    border: 2px solid white;
    padding: 5px  20px;
    border-radius: 15px ;
    color: white; 
    font-size: 25px;
    align-items: center;
    box-shadow: 2px 2px 15px  white;
}
button:hover{
    box-shadow: 2px 2px 25px  white;
}
input{
    color: green;
    font-size: 21px;
    border-radius: 15px ;
}

/* Course css */

.divD1{
    background-color: rgb(237, 232, 254);
    height: 220px;
    width: 180px;
    float: left;
    margin-top: 70px;
    margin-left: 50px;
    border-radius: 25px; 
    box-shadow: 0px 0px 10px  rgb(35, 33, 33);
}
.divD1:hover{
    box-shadow: 0px 0px 20px  rgb(35, 33, 33);
}
.divD1 img{
    height: 180px;
    width: 180px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
.divD1 a{
    color: rgb(60, 72, 37);
}

/* Contact css */

.divE{
    background-color: antiquewhite;
    height: 400px;
    width: 360px;
    margin-top: 30px;
    margin-left: 420px;
    border-radius: 25px;
    box-shadow: 5px 4px 15px  rgb(35, 33, 33);
    
}
.divE:hover{
    box-shadow: 5px 4px 25px  rgb(35, 33, 33);
}
.divE1{
    margin-top: 10px;
    margin-left: 25%;
    color: brown;
    border-radius: 5px;
}
.divE1:hover{
    box-shadow: 5px 4px 15px  rgb(35, 33, 33);

}