body {
    font-family: Arial, sans-serif;
  background-image: url('125.jpg'); 
  background-size: cover;                  
  background-repeat: no-repeat;           
  background-attachment: fixed;           

  padding: 0;
}

.com {
  text-align: center;
}

.container {
 display: flex;
  flex-direction: column;
  gap: 30px;                   /* відстань між блоками */
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: space-around;
}
.containernot{
  display: flex;
  justify-content: space-around;

}

.cam {
  width: 300px;
  height: 350px;
  border: 1px solid black;
  border-radius: 10%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  
  
 
}

.fon{
width: 300px;
  height: 350px;
  border: 1px solid black;
  border-radius: 10%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
 
  float: right;                 
  
}

#text-input {
  width: 90%;
  padding: 6px 10px;
  margin: 10px 0;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #aaa;
  
}

#note-list, #archive-list {
  list-style-type: disc;
  width: 90%;
  padding-left: 20px;
  text-align: left;
  flex-grow: 1;
  overflow-y: auto;
  colo
}

.note-item {
  cursor: pointer;
  margin: 5px 0;
}

.note-item.selected {
  background-color: #cce5ff;
  border-radius: 5px;
  padding: 3px;
}

#btn-row, #yu {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

button {
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #000;
  font-size: 14px;
  color: white;
}

#btn1, #btn2, #btn3 {
  background-color: #0077ff;
}

#btn4 {
  background-color: #ff6600;
}




















