body {
  margin: 0;
}

.container {
  display: flex;
  /*flex-direction: column;*/
  justify-content: center;
  align-items: center;
  height: 100vh;

  background-color: rgb(190, 180, 200);
  padding: 0;
}

.content {
  margin: auto;
}

#notetext {
  width: 40vw;
  height: 60vh;
  margin: auto;
}

.horizontal {
  height: 20%;
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}

button {
  height: 40px;
  width: 100px;
}