body,html{margin:0;background:#47a347}#canvas-parent{min-height:100vh;width:100vw;display:flex;justify-content:center;align-items:center}.dirt-border{animation:moveSideways .6s linear infinite}@keyframes moveSideways{0%{background-position-x:0}to{background-position-x:-30px}}.button{border:5px solid #c87b5a;background:#e8b796;color:#3e2731;font-family:inherit;font-size:25px;padding:5px;cursor:pointer}a{color:inherit;text-decoration:none}.project-wrapper{display:flex;justify-content:space-evenly;flex-wrap:wrap;gap:50px;margin-top:50px}.project-card{border:5px solid #c87b5a;background:#e8b796;color:#3e2731;font-family:inherit;font-size:25px;padding:10px;width:300px;height:150px}.project-card-title{font-size:30px;font-weight:700}