@import url('https://fonts.googleapis.com/css2?family=Edu+AU+VIC+WA+NT+Guides:wght@400..700&family=Shantell+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body{
  display: flex;
  flex-direction: column;
  align-items:  center;
  gap:10px;
  background-color: #fef4ec;
}
span{
  box-sizing: border-box;
  width: 230px;
}
.text{
  
}
input{

  border-radius: 5px;
}
input[type="checkbox"]{
  scale: 0.7;
  border-radius: 5px;
}
li{
  display: flex;
  max-height: 50px;
  overflow-y: auto;
  font-family: "Shantell Sans";
}
#delete{
  width: 24px;
  height: 20px;
  scale: 0.5;
}
