﻿.BlueBox {
    /*background-color: cornflowerblue;*/
    /* background-color:#f9b8f0;*/
    background: rgb(230,255,224);
    background: linear-gradient(90deg, rgba(230,255,224,1) 0%, rgba(167,255,242,1) 45%, rgba(195,220,255,1) 100%);
   
    border-radius: 15px 50px 30px 5px;
 
  
}


.ParagraphText {
    font-family: Raleway;
    font-size:large;
}



.team_img {
    border-radius: 5%;
}


.ourimg {
    border-radius: 5%;
}