*{
    padding: 0;
    margin: 0;
}
body{
    color: white;
    background: linear-gradient(to right, rgba(185, 185, 185, 0.842),
     rgba(138, 137, 137, 0.925), rgba(54, 54, 54, 0.973), rgb(17, 17, 17));
}
.form{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 7px;
    margin-right: 0%;
}
.contain{
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
  border: 3px solid rgb(9, 120, 247);
  padding: 10px;
  height: 500px;
  overflow-y: 100px;
  overflow-x: hidden;
  background: rgb(22, 24, 116);
  border-radius: 34px;
box-shadow: 15px 15px 27px #d3d3d3,
-3px -3px 6px #8b8b8b; 
}
#addbtn{
    color: white;
    margin-top: 0%;
    padding-top: 0%;
    margin-right: 5%;
    padding-left: 1%;
    margin-left: 0.5px;
    border: 0ch;
    background: #3fa5b3ec;
    height: 50px;
    border-radius:   0px 15px 15px 0px;
    font-weight: bold;
    font-size: x-large;
    text-align: center;
    min-width: 12%;
}
#inputfield{
    width: 70%;
    margin-right: 0.5%;
    border: none;
    background: rgba(69, 133, 194, 0.877);
    height: 50px;
    border: 0.1px;
    border-radius:  15px 0px 0px 15px ;
    align-items: center;
    text-align: center;
    color: white;
}
#inputfield:hover{
    border: 0.5px;
}
.addtask{
    margin: auto;
    width: 50%;
    text-align: center;
    padding: 10px;
}
.todostyle{
      
    height: 10%;
    box-shadow: 7px 7px 13px #838080; 
}
.bttn{
    border: 0ch;
    background: #ff3232e8;
    text-align: center;
    border-radius: 5px;
    height: 70%;
    width: 12%;
    position: absolute;
    right: 0.5%;
    border-bottom: 0px solid rgb(77, 73, 67);
    padding-bottom: 10px;
    align-self: center;
}
.todostyle{
    width: 100%;
    display: flex;
    position: relative;
    padding-bottom: 1px;
    margin-bottom: 10px;
    border-radius: 3px;
    margin-left: 0%;
}
.para{
     font-family: sans-serif;
     font-size: 20px;
     font-weight: 500;
    justify-content: center;
    text-align: center;
    align-self: center;
    margin-left: 8%;
    margin-top: 1.8%;
}


