body {
    background-color: #d1d4c3;
  }
  
  section.drawing-area {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
  }