body, html {
  height: 100%;
}

.parallax {
  /* The image used */
  background-image: url("https://codehs.com/uploads/7c258fa3ce515c4878c90add9439b02d");

  /* Full height */
  height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-device-width: 1366px) {
  .parallax {
    background-attachment: scroll;
  }
}

nav{
    background-color:#071e42;
    margin:5px;
    
}



body, html {
  height: 100% ;
  background-color:#b8e5f2;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 14px;
    min-height 100vh;
}
h1{
    text-emphasis: "🔥";
    text-align:center;
}

form textarea{
    resize: none;
    width: 100%;
    min-height: 60px;
}

form button{
    padding: 8px;
    cursor: pointer;
}
form, section{
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.iconBtn{
    background:transparent;
    border:none;
    outline: none;
    cursor: pointer;
    place-items: center;
    display: grid;
    padding: 0 4px;
    aspect-ratio: 2/1;
    border-radius: 20%;
}

.todoContainer{
    display: flex;
    flex-direction: column;
    gap: 14px;
   

}

.todo{
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 14px;
    border: 1px solid lightgray;
    border-radius: 3px;
   
}


.iconBtn:hover{
    background-color: rgb(233,233,233);
}

.btnContainer{
    display: flex;
    text-align: center;
    margin: auto;
    gap: 40px;
}

#header{
  position: absolute;
  z-index: 1000;
  top:200px;
  left:100px ;
  color:white;
 font-size: 80 px;
 text-align:: center;
}
@media only screen and (max-device-width: 1024px) {
    .parallax {
        background-attachment: scroll}

footer{
    text-align:center;
}
 
.