@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}





#item {
    padding: 10px;
    font-size: 20px;
    width: 100%;
    border: 0;
    outline: 0;
    display: block;
    font-weight: bold;
    box-shadow: 0px 0px 2px rgba(128, 128, 128, 0.728);
}

#to-do-box {
    margin-top: 20px;
    list-style: none;
}






h1 {
    position: sticky;

    color: black;
    text-align: center;

    text-decoration: solid;
    font-weight: bolder;



}