body, html{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  scroll-behavior: unset;
  overflow-x: hidden;
  overflow-y: hidden;
}

.message{
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

#messageInput, #shootBtn{
  background-color: black;
  color: beige;
  border-color: beige;
  border-width: 1px;
  margin: 1rem;
  padding: 0.5rem;
  border-radius: 0.25rem;
}

/* #letterCanvas{
  width: 100%;
} */