body {
  margin: 0;
  margin-top: 5px;
  font-family: "Lucida Console", Monaco, monospace;
  background-color: #c0c0c0;
  display: flex;
  justify-content: center;
  align-items: start;
  height: 100vh;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 10px;
}

.notepad {
  width: 100%;
  max-width: 800px;
  height: 100%;
  min-height: 600px;
  border: 2px solid #000;
  background-color: #fff;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
}

.title-bar {
  background-color: #0078d7;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5px;
  height: 30px;
  font-size: 14px;
}

.title-bar .title {
  user-select: none;
}

.title-bar .buttons span {
  padding: 0 5px;
  cursor: pointer;
}

.title-bar .buttons span:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.menu-bar {
  background-color: #f0f0f0;
  display: flex;
  padding: 0 5px;
  border-bottom: 1px solid #ccc;
  user-select: none;
}

.menu-bar span {
  margin-right: 15px;
  cursor: pointer;
}

.menu-bar span:hover {
  background-color: #d0d0d0;
}

.text-area {
  flex-grow: 1;
  padding: 10px;
  border: none;
  resize: none;
  font-size: 14px;
  font-family: "Lucida Console", Monaco, monospace;
  outline: none;
  margin: 0;
  background-color: #fff;
  color: #000;
  box-sizing: border-box;
  min-height: 500px;
}
.span{
padding-right: 5px;}
.event p {
  font-weight: 600;
  line-height: 3px;

}
.MeeraTitle {
font-size: 18px;

}