#projects{width:100%;margin:auto;padding:10px 0 50px;transition:all .3s;display:flex;position:relative;overflow:hidden}#projects #prevNextContainer{justify-content:center;align-items:center;display:flex}#projects #prevBtn,#projects #nextBtn{box-shadow:none;background-color:#0000;border:none;border-radius:50%;width:30px;height:30px;margin:5px;padding:0;position:absolute;bottom:0}#projects #prevBtn{left:calc(50% - 40px);transform:rotate(180deg)}#projects #nextBtn{right:calc(50% - 40px)}
.projectCard{box-sizing:border-box;border-radius:10px;flex-shrink:0;flex-basis:50vw;min-width:250px;max-width:620px;margin:20px;padding:10px;transition:all .3s;box-shadow:0 6px 12px 6px #332b24,inset 0 6px 12px 12px #faffff}.projectCard h2{margin:10px auto 20px 0}.projectCard p{margin:20px auto 10px 0}.projectCard img{max-width:100%;max-height:250px;margin:auto;display:block}.leftCard{transform:scale(.75);box-shadow:-6px 6px 12px 4px #332b24,inset -6px 6px 12px 12px #faffff}.rightCard{transform:scale(.75);box-shadow:6px 6px 12px 4px #332b24,inset 6px 6px 12px 12px #faffff}
