body
{
   background-color: white;
   
}
@font-face {
    font-family: ALPHAKIND;
    src: url('Alphakind.ttf');
}
.subTitle {
    font-family: ALPHAKIND;
    font-size: 30px;
    color: white;
    text-align: center;
}
.Title
{
    
    font-family: ALPHAKIND;
    font-size: 65px;
    color: #5450aa;
    text-align: center;
    /* position: absolute;
    top: 10%;
    left: 0; */
    width: 100%;
    margin-top: 120px;
    margin-bottom: 20px;
}


.firstSection
{
    color: #5450aa;
    text-align: center;
    font-family: ALPHAKIND;
    font-size: 22px;
}
.whyitsimp {width: 100%; }

.header
{
    cursor: pointer;
   text-align: center;
    text-decoration: underline;
    font-weight: bolder;
}
.header:hover
{
    color: #3d3a7c;
}
.body
{
    display: none;
}
.header:hover + .body
{
    display: block;
}
@media (max-width:991px) { 
    .Title { font-size: 60px; }
 }
 @media (max-width:767px) {
    .Title { font-size: 40px;margin-bottom: 20px; }
    .whyDesc { font-size: 24px; }
 }