*{
    margin: 0;
    padding: 0;
}
section{
    width: 80%;
    background: rgb(233, 226, 226);
    margin: auto;
    margin-top: 20px;
}
 #navbar{
    width: 90%;
    display: flex;
justify-content: space-between;
font-size: small;
align-items: center;

}
#navbar a{
    text-decoration: none;
    margin: 5px;
    color: black;

}
.btn{
    background: #333333;
    padding: 1px;
    margin: 1px;
    border-radius: 5px;
    color: white;
}
.profile img{
    width: 140px;
    height: 140px;
    margin: auto;
    display: block;
    margin-top: 20px;
}
.profile{
    width: 300px;
    margin: auto;
}
.profile h1{
    width: 100%;
    font-size: 20px;
}
.profile p{
    font-size: 13px;
    text-align: center;
    margin: 5px 0;
}
.profile a{
    text-decoration: none;
    background: #878CFF;
    border-radius: 5px;
    padding: 2px;
    color: white;
    margin: auto;
    display: block;
    text-align: center;
    width: 140px;
    margin-top: 15px;
    margin-bottom: 20px;
}
#content .image_pic img{
    width: 90px;
    height: 90px;
    margin-top: 15px;
    margin-left: 40px;
    
}
#content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #cdcdd0;
    width: 70%;
    height: 120px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}
#content .content_pic{
    width: 40%;
    height: 100px;
    font-size: 12px;
    margin-right: 40px;
    margin-top: 15px;

}
.content_pic a{
    background: #878CFF;
    color: white;
    padding: 1px;
    text-decoration: none;
    border-radius: 5px;
   display: block;
   text-align: center;
   width: 110px;
   margin-top: 5px;

}
.content_pic p{
    font-size: 10px;
    
}
.content_pic h2{
    font-size: 20px;
}
 h3{
    text-align: center;
    text-shadow: #333333;
    font-size: 30px;
    margin-top: 10px;
}
.work{
    width: 80%;
    display: flex;
    gap: 10px;
    margin-left: 200px;
   
   
}
.first{
    width: 25%;
    background: #cdcdd0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    height: 120px;
    
}
.first h2{
    font-size: 20px;
    margin: 5px;
    text-align: center;
}
.first p{
    font-size: 10px;
    text-align: center;
    margin: 3px 2px;
}
.first a{
    text-decoration: none;
    background: #878CFF;
    font-size: 12px;
    padding: 3px;
    border-radius: 5px;
    text-align: center;
   margin-left: 30px;

}
h4{
    font-size: 30px;
    margin: 20px 76px;
    color: #878CFF;
}
.inlight{
    width: 70%;
    display: flex;
    gap: 10px;
}
.secent{
    border: 1px solid #ddd;
    padding: 10px;
}
.secent h2{
    font-size: 15px;
    margin-top: 10px;
}
.secent p{
    font-size: 10px;
}
.secent a{
    color: rgb(86, 88, 89);
    font-weight: normal;
    font-size: 15px;
}
footer{
    background: #333333;
    text-align: center;
    color: white;
    font-size: 10px;
    height: 20px;
    margin-bottom: 30px;
    margin-top: 10px;
    padding: 5px;
   

}
