


#intro{
    background-image:url("./images/theory-of-mind.jpg");
    background-size:cover;
    background-position:center;
    height: 70vh;


}
#intro{
    text-align:center;
    font-size: 40px;
    color:#712663;
}


.ln{
    display:flex;
    font-size: inherit;
    justify-content: space-around;
    

}
nav{
    background-color: #C4C4C4;
    background-size: 40px;
}
.making{
    display: flex;
    justify-content: center;
}
.fixed{
    display: flex;
    justify-content: space-around;
}
.ind{
    display:flex;
    justify-content: space-around;
}
.conc{
    display: flex;
    justify-content: center;
}
.making h2{
    font-family: 'Lobster', cursive;
 
   font-size: 30px;
}
.fa{
    display: flex;
    justify-content: center;

}
.fa i{
    color: black;
}
#fixed{
    font-style: normal;
    font-size: 20x;
}
body{
    background-color: lightskyblue;
}
.benefits{
    display: flex;
    justify-content: space-around;

}
