body{
  padding: 0;
  margin: 0;
  font-family: sans-serif;
  background-color: rgb(80, 121, 148);
  color: white;
  text-align: center;
}
ul {
  list-style-type: none;
  padding: 0;
}
li {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  padding: 30px;
  border: 1px solid #ccc;
}
.Title{
  margin: 0px 0px 20px 0px;
  font-size: 25px;
}
.time{
  margin: 0px;
  align-self: flex-start;
}
.text{
  text-align: center;
  width: 800px;
  align-self: center;
}
#noteText{
  width: 263px;
  height: 100px;
}
.archiveBtn, .deleteBtn{
  align-self: center;
  width: 300px;
  margin-top: 10px;
}
.archived {
  text-decoration: line-through;
  opacity: 0.5;
}
