p{color:#edf2f4}#projects-div{flex-direction:column;justify-content:center;align-items:center;margin-top:7vh;display:flex}#projectstable{color:var(--white);text-align:center;justify-content:center;display:flex}.projectsimg{width:15em;height:8em}.projects-container{flex-wrap:wrap;justify-content:space-around;margin:2vh auto;display:flex}.project{background-color:#fff;border-radius:25px;flex-basis:20%;width:20%;height:20%;margin-bottom:2rem;margin-left:10px;margin-right:10px;padding:.5rem;font-size:2vw;transition:all .5s}.project img{object-fit:scale-down;width:100%;height:auto;max-height:10em}#projectHeader{justify-content:center;display:flex}.project h2{color:#000;justify-content:center;font-size:100%;display:flex}.project p{color:#000;text-align:center;justify-content:center;margin-top:1rem;font-size:50%;display:flex}.projects-container a{justify-content:center;display:contents}.project:hover{flex-basis:22%;width:22%;font-size:2.2vw}
