*{

box-sizing: border-box;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.navbar{
    background: rgb(59, 35, 74);
}
body {
    overflow-x: hidden; /* Hide scrollbars */
  }

.nav-link{
    color: #f7f0f0;
    font-size:  1rem;
    font: weight 700px;
    cursor:pointer;
    text-decoration: none;
    border-right: 1px solid rgb(189, 237, 87);
}
.nav-link:hover{
    color:rgb(26, 10, 10);
    background-color:rgb(247, 237, 237);
}
/* main section */
.main{
    /* background: url(./media/sofia.jpeg)no-repeat; */
    background-size: cover;
    width: 100%;
    height:100vh;
    font-family: "Gill Sans", sans-serif;
  
}

/* img */
.profileimage{
    border: 2px solid blue;
}


.btn{
background-color: rgb(89, 70, 112);
color: rgb(247, 245, 245);
}

/* button */
.btn:hover{
    color: black;
    background-color: white;
    border:1px solid rgb(37, 37, 46);
}
/*section{
    padding-top: 4vh;
    height:100vh;
    margin: 0 10rem;
    box-sizing: border-box;
    min-height: fit-content;
}
.section-container{
    display: flex;
}*/

/* card */
.card-body{
    padding: 0px;
}
.card-text{
    text-align: left;
}

 

/* span */
span{
    border:1px solid blue;
    background-color: rgb(205, 245, 212);
}




/* academic achivement
 */
.AA h3{
    border:1px solid red;
}
   
.academic{
  
    margin-top: 30px;
    width: max-content;
}


.section_pic-container{
    display:flex;
   
    margin: 20px 0;
    border-radius: 50%;
}
.section_text{align-self: center;
text-align: center;
} */


.footer-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.footer-content h3{
    font-size: 2.1rem;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 3rem;
}



