body{
    background-color: #23262D;
}
.lowerNav{
    position: sticky;
    top: opx;
}
#project{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 30px ;
}
.ProBox{
    height: 450px;
    width: 380px;
    border: 2px solid;
    position: relative;
    margin-bottom: 10px;
}
.ProBox img{
    height: 449px;
    width: 379px;
}
.ProBox a{
    display: flex;
    text-align: center;
    justify-content: center;
    font-size: 1.5rem;
    color: darkgoldenrod;
}
.InProBox{
    height: 80px;
    width: 300px;
    background-color: white;
    z-index: 1;
    position: absolute;
    bottom: 0px;
    bottom: 40%;
    left: 30px;
    opacity: 0.7;
}
.ProBox p{
    text-align: center;
}
.hr2{
    position: sticky;
    top: 70px;
    z-index: 2;
}