/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=parisienne:wght@400;500&display=swap');





/* Global Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

/* Body Styles */
body {
    font-family: 'Parisienne', sans-serif;
    background-color: #f5f5f5;
    color: #333;
    box-sizing: border-box;
    background: linear-gradient(to right, #000000, #fff, #000000);nnn
   /* border: 20px solid rgba(255, 0, 0, 0.1); /* Red color with 50% opacity */ 
    }


}

/* Container Styles */
.container {
    max-width: auto;
    margin: 0 auto;
    padding: 80px 20px;
    text-align: center;
    overflow: hidden;
  }

.container h1 {
    font-size: 3em;
    margin-bottom: 20px;
    color: #00FF00; /* Accent Color */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); /* Border shadow */
    font-family: 'Playfair Display', serif;
    text-align: center;



}

.container .page-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    font-weight: 700;
    color: blue;
    margin-left: 60px;
}

.no-browser-support {display: flex;
                     box-sizing: borde-box;
                     width: auto;
                     height: auto;
                     padding: auto;
                     border-right: none;
                   
    
}

.contimg {display: flex;
         align-items: center;
         gap: auto;
          box-sizing: border-box;
          width: auto;
          height: auto;
          padding: auto;
          margin: auto;
          border-color: gray;
          border- width: 3px;
          gap: 0;
          border: 10px solid gray; /* Red border */           
          border-radius: 50%; 
    
}


.contimg .room {display: flex;
       flex-direction: column;
       width: ;
       gap: 0;
       margin: 0;
      
       
    
}
.contimg .room .mulati {
          box-sizing: border-box;
          width: auto;
          height: auto;
          text-align: center;
          padding: auto;
          margin-bottom: 0;
          font-size: 10px;
          font-weight: bold;
          bottom: 0;
              
 
          
          
}

.contimg .room img {
          box-sizing: border-box;
          width: auto;
          height: auto;
          padding: 0;
          margin-left: 20px;
          top: 0;
          border: 1px solid white; /* Red border */ 
          border-radius: 20px;
           
}

.contimg p {
          box-sizing: border-box;
          width: ;
          height: auto;
          text-align: center;
          padding: 1em;
          margin-right: 60px;
          color: blue;
          gap: 0;
          
          
}

.content {
  
  background-size: cover; /* Adjusts the size of the image */
  color: blue;
  border-radius: 6px;
  border-style: solid;                 
  border-width: 3px;
  border-color:gray;
}

.content::before {
  content: '';
  display: block;
  position: absolute;
  
  background-color: rgba(255, 255, 255, 0.5); /* Adjust color and opacity */
}

    


/* Note Textarea */
#note-textarea {
    width: 100%;
    padding: 15px;
    border: 2px solid #1da7da; /* Accent Color */
    border-radius: 8px;
    margin: 20px 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    resize: vertical;
    background-color: #000000;
    border: 2px solid #ccc; /* Border style */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); /* Border shadow */


   
}

/* Buttons */
button {
    padding: 12px 20px;
    font-size: 1em;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    height: auto;
    width: auto;
    
}

button#start-record-btn,
button#pause-record-btn {
    background-color: #1da7da; /* Accent Color */
    color: #00FF00;
    font-weight: 700;
    margin-right: 10px;
}


button#stop-record-btn,
button#save-note-btn

 {
    background-color: #1da7da; /* Yellow */
    color: #00FF00;
    margin-right: 20px;
    font-weight: 700;
    bottom: 0;
}

    

button:focus {
    outline: none;
}

/* Notes List */
#notes {
    list-style: none;
    padding: 0;
    margin-top: 30px;
    text-align: left;
    background-color: #000000;
    box-sizing: border-box;
}

.note {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    color: blue;
    font-weight: 700;
}

.note:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.note .header {
    font-size: 0.9em;
    color: #ddd;
    margin-bottom: 10px;
}

.note .delete-note,
.note .listen-note {
    text-decoration: none;
    margin-left: 15px;
    color: #1da7da; /* Accent Color */
    transition: color 0.3s ease;
}

.note .delete-note:hover,
.note .listen-note:hover {
    color: #ff3333; /* Red */
}

/* Media Queries */
@media (max-width: 768px) {
    .container {
        padding: 60px 10px;
    }

    button {
        margin-bottom: 10px;
    }
}

    }
}

/* ... Rest of the CSS ... */

    
.app h3 {
color: blue;
}
  

#download-note-btn {
  width: auto; /* Adjust the width of the container */
  height: 20px; /* Adjust the height of the container */
  background-color: #ddd;
  left: 20px;
  box-sizing: border-box;
  left: 100px;
  top: 0;
}



.links2 {
      text-decoration: none;
      padding: 8px 12px;
      border: 1px solid #ccc;
      border-radius: 5px;
      margin: 0 10px;
      margin-left: 60px;
