.project-card{cursor:pointer;background:#212121;border-radius:20px;flex-direction:column;justify-content:space-between;align-items:center;width:fit-content;min-width:280px;max-width:320px;height:fit-content;min-height:370px;padding:20px;transition:all .4s;display:flex;position:relative;overflow:hidden;box-shadow:5px 5px 8px #1b1b1b,-5px -5px 8px #7c8cd22f}.external{background:#191c23;border:2px solid #333;box-shadow:5px 5px 8px #1f2020,-5px -5px 8px #1f1f1f}.external:hover{background:#182133;box-shadow:5px 5px 8px #1f2020,-5px -5px 8px #1f1f1f}.project-card:hover{transition:transform .3s ease-in-out;transform:scale(1.05);box-shadow:5px 5px 8px #1b1b1b,-5px -5px 10px #6e7ec52f}.project-card-title{color:#4996c0;margin:15px 0 0 10px;font-size:18px;font-weight:600}.project-card-image{background-color:#0000;border-radius:15px;justify-content:center;align-items:center;width:100%;margin:0 auto;display:flex;position:relative;overflow:hidden}.project-card-actual-image{-o-object-fit:cover;object-fit:cover;border-radius:15px;width:auto;max-width:150px;height:auto;max-height:150px;transition:all .3s}.project-card-body{color:#b8b8b8;margin:13px 0 0 10px;font-size:15px}.project-card-footer{float:right;color:#b3b3b3;margin:28px 0 0 18px;font-size:13px}.project-card-by-name{font-weight:700}
