.table {
  width: 100%;
}

.centering {
  text-align: center;
  font-size: 1rem;
}

.canvasContainer {
  display: flex;
  background-color: white;
  margin: auto;
  margin-top: 2rem;
  width: 80%;
  border-style: solid;
  border-width: 1px;
  border-color: black;
}

.render {
  width: 100%;
  max-width: 960px;
}

.textContainer {
  display: flex;
  margin: auto;
  width: 80%;
}

.controlContainer {
  display: block;
}

canvas,
textarea {
  margin-left: auto;
  margin-right: auto;
}

textarea {
  resize: none;
  width: 100%;
}

p {
  text-align: center;
  font-weight: bold;
}

body {
  background-image: url("../img/Lorem-Ipsum-bg.jpg");
  background-blend-mode: lighten;
  background-position: center;
  background-color: whitesmoke;
}