body {
  padding: 8px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  
  &.hotwire-native .hotwire-native-hidden {
    display: none;
  }

}

main {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
}

form > button {
  /* width: 100%; */
}

button {
  &:focus,
  &:focus-visible,
  &:active {
    outline: none;
    box-shadow: none;
  }
}

sign-up {
  display: block;
  margin-top: 25px;
  text-align: center;
  text-decoration: none;
}

canvas {
  flex-grow: 1;
  background-color: lightyellow;
  /* width: 100%; */
  /* display: flex; */
  /* flex-direction: column; */
  /* flex: 1; */
}

div[data-controller="note"] {
  /* height: 100%; */
  /* height: 100vh; */
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
}

body.hotwire-native .hotwire-native-hidden {
  display: none;
}
