/* style.css */
body {
  font-family: sans-serif;
}

#srgm {
  font-size: 18px; /* Adjust as needed */
}

#notation-canvas {
  height: 200px;
  border: 1px solid #ced4da;
  width: 100%;
  font-family: 'Latha', 'Vani', sans-serif; 
}

.container {
  border: 1px solid #dee2e6; /* Add a subtle border to the container */
  padding: 20px;
  border-radius: 5px;
}