section{
    margin: 1rem 0 5rem 0;
    padding: 1rem;
    border: solid 1px #000;
    box-shadow: 1px 1px #000;
}
#intro{
    margin-top:5em;
    padding:1em 1em 0 0;
}
#font-section a{
    font-size: 2rem;
    margin: 0 0rem 0 1rem;
    text-decoration-line: none;
}

.description-text{
    text-align: justify;
}
#projects h1{
     text-decoration: underline;
   
}
nav{
    --bs-bg-opacity: 1;
    background-color: rgb(255 255 255) !important;
}
.blue{
    color: #1d22ff !important;
}
.navy-blue{
    color:#1f5073 !important;
}