* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fcfcfc;
}

.header {
  
    height: 90px;
    width: 100%;
    background-color: cornflowerblue;

    padding: 5px 5px 5px 5px;
    box-shadow: 8px 12px 8px #888888;
    display: flex;
}

.logo h2 {

    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 10px;
    font-size: 40px;
    font-style: italic;
    font-weight: 700;
    color: aliceblue;


}

.content {

    margin-top: 4%;
    display: flex;
    flex-wrap: wrap;

    align-items: center;
    justify-content: space-evenly;
    padding: 10px 10px 10px 10px;
}

.box1 {
    
    box-shadow: 12px 12px 9px rgb(70, 67, 67);
    height: 500px;
    width: 60%;
    margin-left: 10px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;


}

.box2 {
    background-color:  cornflowerblue;
    box-shadow: 12px 12px 9px rgb(70, 67, 67);
    width: 350px;
    height: 80px;
    margin-left: 10px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
}



.mid {

    height: 100%;
    width: 100%;
}

@media (max-width: 600px) {
    .logo h2 {
        font-size: 30px;
        font-weight: 700;
        margin-top: 25px;

        border-radius: 10px;
    }

    .content {
        flex-direction: row;

    }
.box1{
    width: 97%;
    height: 250px;
    margin-left: 0px;
}
  
    .box2,
    
    .box6,.box7,.box8 {
        width: 150px;
        height: 80px;
        
        /* margin: 5px 5px 15px 5px; */
        margin-top: 40px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        
    }
    .mid{
        
        height: 100%;
        width: 100%;
        /* display: flex;
        justify-content:space-between ;
        flex-wrap: wrap; */
    }
    
}

.syll{
   
    padding: 8px 8px 8px 8px;
    font-size: larger;
    font-weight: 600;
    margin-top: 20px;
    border-radius: 10px;
    border: 2px solid blueviolet;
    text-align: center;
    box-shadow: 2px 3px 1px  #888888;
   

}
