
.pfp-wrapper {
  font-family: 'Arial', sans-serif;
  background: #fff;
  padding: 20px;
  text-align: center;
  color: #000;
}

.pfp-logo {
  max-width: 200px;
  margin-bottom: 20px;
}

.canvas {
  width: 100%;
  max-width: 800px;
  height: 500px;
  margin: 0 auto 20px;
  background: #f2f2f2;
  border: 2px dashed #aaa;
  position: relative;
}

.resizable {
  background: rgba(255,255,255,0.6);
  border: 3px solid #c00000;
  position: absolute;
  top: 50px;
  left: 50px;
  width: 150px;
  height: 150px;
  box-sizing: border-box;
  cursor: move;
}
