.sec {
    background-color:#154c79;
}
body {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: lime;
}
.mehedi-img {
   height:30%;
    width:25%;
    object-fit: cover;
}
.shape {
    display: flex;
    justify-content: space-between;
}
.un-list {
    display: flex;
}
.un-list li{
   list-style: none;
   margin: 10px;
   font-size: 23px;
   color: aqua;
}
.heading {
    color: yellowgreen;
}
.sub-heading {
    color: blanchedalmond;
}
.butt {
    font-size: large;
    border:none;
    outline:none;
    width: 130px;
    height: 50px;
    border-radius:50px;
    background-color: rebeccapurple;
}
.all {
    margin-left: 3%;
    padding-bottom: 5%;
}
#intro {
    display: flex;
    justify-content: space-between;
}
#about-me {
    display: flex;
    padding:3%;

}
.image {
    height:30%;
    width:40%;
    object-fit: cover;
}
.about-font {
    font-size: 20px;
}
.proj-name {
    font-size: 30px;
    text-align: center;
    color: darkblue;
}
.proj-img {
    width:100%;
    height: 60%;
}
.project-card {
    width: 50%;
    margin:0 20px;
    height: auto;
    box-shadow: 2px 2px 10px #111;
}
.project {
    display: flex;
}
.align{
   text-align: center;
}
.paragraph{
    padding-bottom: 2%;
}
.view-part {
    text-align: center;
}
footer {
   background-color: thistle;
   padding-bottom: 5%;
}
.pad {
    padding-left:20%;
}
.proj2-img {
    padding-top: 5%;
    background-color: black;
}
