#footer_input{
    position: sticky;
    bottom: 0;
	background-color: white;
	width: 100%;
	z-index: 5;
    padding-left: 1rem;
    margin-bottom: 15px;
}
#main_section{
    margin-top: 1rem;
    margin-bottom: 15px;
    padding-bottom: 50px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-left: -1rem;
}
.container_div{
    position: absolute;
    top: 0;
    overflow: hidden;
	height: 100vh;
    width: 97vw;
    margin-left: auto;
    margin-right: auto;
}
.todo-list{
	list-style-type: none;
}