/*CSS*/
/*CSS*/
body {
  background: linear-gradient(to right, #152331, #000000);
}



* {
  font-family: Arial, sans-serif;
}

h1 {
  font-size: 3.5em;
  color: white;
}

#container {
  text-align: center;
  height: 100vh;
}

#input {
  padding: 15px 40px;
  margin-bottom:20px;
  margin-right: 20px;
  font-weight: 700;
  font-size:2em;
  text-align: left;
  border-radius: 50px;
  border: none;
}

#add-btn {
  padding: 15px 30px;
  font-weight: 500;
  font-size:2em;
  border-radius: 50px;
  border: none;
  cursor: pointer;
}



#added-tasks {
  color: white;
  font-size: 2em;
}

#image {
  width: 55px;
  background-color: white;
  border-radius: 50px;
}

#clear-btn {
  padding: 15px 30px;
  font-weight: 500;
  font-size:2em;
  border-radius: 50px;
  border: none;
  cursor: pointer;
}