#navbar{
display: flex;
justify-content: space-evenly;
background-color: rgb(152, 108, 193);
color: white;

}
a{
text-decoration: none;
color: white;
margin-top: 4%;
font-size: 30px;

}
.logo{
width: 200px;
height:150px ;
}
.title{
    text-align: center;

}
.names{
font-size: larger;
font-size: 20px;
}
#profile{
display: flex;
justify-content: space-between;
margin-left: 10px;

}
#Mercy profile{
    font-size: larger;
    margin-left: 400px;
}
#mentors profile{
    margin-left: 10px;
}
.Information{
margin-top: 100px;
}


.image{
width: 600px;
margin-left: 300px;

margin-bottom: 40px;

}

    @media only  screen and (max-width : 768px) {
        body{
            overflow-x: hidden;
            margin: 0;
        }
        #navbar{
            display: flex;
            gap: 2%;
            background-color: rgb(152, 108, 193);
            color: white;
            }
            a{
            text-decoration: none;
            color: white;
            
            }
            .logo{
            width: 50px;
            height:30px ;
            }
            .title{
                text-align: center;
            
            }
           
            #profile{
            text-align: center;
            border-radius: 5%;
            display: grid;
            grid-template-columns: auto;
            
            
            
            }
            .image{
            width: 100px;
            justify-content: center;
            text-align: center;
            margin-right: 30px;
            margin-bottom: 50%;
            }
        }
            
