@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap');

.bg-container{
    height:100vh;
}
.h1{
    text-align: center;
}
.image{
    height:60px;
}
.input-element{
    width:100%;
    height:50px;
    border-radius:10px;
    margin:15px;
    border-color:black;
    border-style: solid;
    border-width:3px;
}
.add-button{
    border-radius:8px;
    height:45px;
    width:100px;
    margin-left: 15px;
    color:white;
    background-color: #39a2e3;
    margin-top:8px;
    margin-left: 0px;
    border-width:0px;
}
.todo-container{
    margin:0px;
    padding: 0px;
}



.todo-items{
    margin-top: 15px;
}
.checkbox-styling{
    width:23px;
    margin-left: 0px;
}
.label-container{
    height:45px;
    background-color: #a0faa4;
    width:100%;
    border-radius:7px;
    border-color: #39a2e3;
    border-style:solid;
    border-width:5px;
    border-top: none;
    border-right:none;
    border-bottom: none;
    margin-left:12px;
}
.checkbox-label{
    font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  width: 82%;
  margin: 0px;
  padding-top: 9px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 20px;
  border-radius: 5px;
}
.delete-icon-container {
  text-align: right;
  width: 18%;
}
.delete-icon {
  padding: 15px;
}


.line-through{
    text-decoration: line-through;
}
