.container {
  max-width: 400px;
}

input[type=text],
input[type=text]:focus {
  color: #fff;
  border: none;
  background: rgba(0,0,0,0.2);
  max-width: 400px;
}

.todos-container li {
  background: #484E53;
}

.delete {
  cursor: pointer;
}
.hidden {
  display: none;
}

footer {
  background:#484E53;
  padding: 5px;
  width: 370px;
  border-radius: 100px;
  margin: auto;
}
.p-footer {
  color: white;
  text-align: center;
  margin-bottom: 0px;
}
a {
  color: white;
}
a:hover {
  color: white;
}
