/* stlying for the home page */


.home-container{
    margin-top: 2%;
    display: flex;
    border: solid 2px red;
background: rgba(255, 255, 255, 0.2);

box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
justify-content: space-between;
margin-left:1em ;
    margin-right: 1em;
}
#profile-picture{
    height: 30%;
    width: 30%;
}
.home-description{
text-align: center;

}
.about-me{
    font-size: x-large;
    margin-top: 10%;
}

.p-description{
    margin-top: 20px;
    background: rgba(255, 255, 255, 0.2);

box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);


display: flex;
justify-content: space-between;
flex-direction: row;
margin-left:1em ;
    margin-right: 1em;

}


#certificate{
    height: 100%;
    width: 80%;
    border: 1px solid #ddd; /* Gray border */
    border-radius: 4px;  /* Rounded border */
    padding: 5px; /* Some padding */
  
}

#certificate:hover{
    background-color: rgb(56, 185, 56);
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}


#portfolio-link{
font-style: italic;
color: #fc0b0ba8
}

#portfolio-link:hover{
    text-decoration: underline;
}
    