h1 {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  color: rgb(255, 0, 157);
  font-size: 40px;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
    1px 1px 0 #000;
  margin: auto;
  outline: 1px;
  background-color: rgb(34, 31, 31);
  border-radius: 15px;
}

body {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  width: 50%;
  margin: auto;
  background-color: rgb(9, 23, 24);
}

#container {
  margin: auto;
  width: 50%;
  border: 3px solid rgb(244, 255, 244);
  border-radius: 10px;
  padding: 10px;
  background-color: rgb(9, 23, 24);
  color: rgb(202, 255, 255);
}

#list {
  text-align: left;
}

#tools {
  text-align: center;
}

.listItem {
  text-align: left;
}

input {
  background-color: rgb(252, 201, 232);
  width: auto;
  margin: auto;
}

button {
  background-color: rgb(18, 18, 19);
  border: solid rgb(139, 255, 255);
  border-radius: 5px;
  color: white;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
  width: 100px;
  height: 20px;
  margin: auto;
}
