*{
    background-color:rgb(22, 27, 27)
}

h1{
    color:aliceblue;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
}

#sketchTarget {
  display: flex;
  justify-content: center;
  align-items: center;
}