body {
    font-family: 'Times New Roman', Times, serif, sans-serif,;
    max-width: 1000px;
    margin: 2rem auto;
    padding: 1rem;
    background: #000000;
    color: rgb(255, 255, 255);
    text-align: left;
    font-weight: bold;
    background-image: url(img/backgroundimage2.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
   

  }
  textarea {
    width: 600px;
    min-height: 20px;
    padding: 4px;
    margin-bottom: 20px;
    font-size: 20px;
    border-color: rgb(255, 255, 255);
    border-style: dashed;
    background-color: rgb(255, 255, 255);
    font-family: 'Times New Roman', Times, serif;
    align-content: center;
    color:blue ;
    

  }
  #notes-list {
    margin-bottom: 1.5rem;

  }
  .note-item {
    background: white;
    padding: 0.5rem;
    margin-bottom: 0.8rem;
    border-radius: 6px;
    box-shadow: 0 0 5px #000000;
  }

  .note-img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
  }

  button {
    padding: 0.5rem 1rem;
    font-size: 1rem;
    margin-right: 0.5rem;
    cursor: pointer;
  }

  .input-box {
color: rgb(60, 69, 247);
  }
  
.form-group {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 10px;
}


.form-group label {
  min-width: 130px;  /* fixed width for labels so inputs align */
  font-weight: bold;
  color: rgb(0, 0, 0);
  font-family: 'Times New Roman', Times, serif;
}

textarea.input-box {
  flex: 1;
  height: 50px;
  padding: 0.5rem;
  font-size: 20px;
  border-color: aliceblue;
  border-style: dashed;
  background-color: rgb(221, 221, 255);
  font-family: 'Times New Roman', Times, serif;
  resize: none;
  box-sizing: border-box;
  color: rgb(60, 69, 247);
}

.main-title {
text-align: center;
}

.sub-heading {
text-align: center;
}

.lower-heading {
position: absolute;
top: 1100px;
left: 600px;
color: rgb(255, 255, 255);
}

#image-upload {
position: absolute;
top: 980px;
left: 680px;
border-radius: 5px;
color: #000000;
}

#image-upload:hover {
  background-color: yellow;
}

#add-note {
position: absolute;
top: 1005px;
left: 520px;
background-color: white;
border: 5px;
border-radius: 5px;
}

#add-note:hover {
background-color: yellow;

}

#export-pdf {
position: absolute;
top: 1005px;
left: 630px;
border: 5px;
border-radius: 5px;
}

#export-pdf:hover {
background-color: yellow;

}