body{
  background-image: url(gambar.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  margin-top: 50px;
    

}
.todo-container {
  background: rgb(5, 173, 207);
  padding: 20px 30px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  width: 300px;
}


.input-group input{
border-radius: 5px;
height: 30px;
width: 200px;
}

.input-group button{
border-radius: 5px;
height: 30px;
width: 70px;
}

.item {
display: flex;
align-items: center;
flex-wrap: wrap;   
border: 5px ;
padding: 6px;
margin: 4px 0;   
border-radius: 4px;
background:white;
justify-content: flex-end;

}

.btn{
    background-color: rgb(196, 246, 255);
    margin-left: 5px;   
}

.btn1{
background-color: rgb(196, 246, 255);
margin-left: 5px;        
}