.skill-card{background:#FFA76D;font-size:calc(10px + 2vmin);border-radius:5px;padding:10px 20px;margin:10px;box-shadow:-3px -3px 2 #9E6643;cursor:default;transition:transform .2s}.skill-card:hover{transform:scale(1.1)}.project-card{width:300px;height:500px;background:#000000;padding:5px;border-radius:10px;display:flex;flex-direction:column;align-items:stretch;gap:10px}.project-card p{margin:0}.project-card .project-image{border-radius:5px;object-fit:cover;height:100%}.project-card .fade-cover{background-color:#FFA76D}