body {
  background-image: url(batman.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  background-position: center;
  background-color: rgba(33, 19, 15);
}
#main {
  display: flex;
  flex-direction: column;
  position: relative;
}
.header {
  display: flex;
  justify-content: center;
  font-family: "Bebas Neue", cursive;
  font-size: 32px;
  background: rgba(33, 19, 15, 0.7);
}
#plans {
  display: flex;
  justify-content: space-evenly;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 20px;
  color: linen;
}
.center {
  display: flex;
  justify-content: center;
  /* align-items: center; */
}
#ready {
  display: none;
}
#countdown {
  display: none;
  font-family: "Bebas Neue", cursive;
  font-size: 60px;
  color: black;
  border: 1px solid black;
  padding: 15px;
  background: rgba(33, 19, 15, 0.2);
  border-radius: 3px;
  margin-top: 40px;
}
input {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 18px;
  color: linen;
  border: 1px solid black;
  padding: 5px;
  border-radius: 3px;
  background-color: rgba(33, 19, 15, 0.3);
  max-width: 100%;
}
button {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 18px;
  border: 1px solid black;
  background: black;
  color: linen;
  padding: 5px;
  border-radius: 3px;
}
.toDoContainer {
  padding: 0;
}
.toDoAdded/* , .toDoTime */ {
  list-style-type: none;
  font-size: 20px;
  max-width: 100%;
  word-break: break-all;
  padding: 0;
}
.toDoComplited {
  text-decoration: line-through black;
}
.clear {
  display: flex;
  justify-content: center;
  margin-top: 90px;
}
#stop {
  display: none;
  font-family: "Bebas Neue", cursive;
  font-size: 60px;
  color: black;
  border: 1px solid black;
  padding: 15px;
  background: rgba(33, 19, 15, 0.2);
  border-radius: 3px;
  margin-top: 40px;
}
.container,
#count {
  width: 250px;
}
body {
    margin: 0;
    font:normal 75% Arial, Helvetica, sans-serif;
  }
  
  canvas {
    display: block;
    vertical-align: bottom;
  }
  
  /* ---- particles.js container ---- */
  
  #particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: #b61924; */
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }
  
  /* ---- stats.js ---- */
  
  .count-particles{
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
  }
  
  .js-count-particles{
    font-size: 1.1em;
  }
  
  #stats,
  .count-particles{
    -webkit-user-select: none;
  }
  
  #stats{
    border-radius: 3px 3px 0 0;
    overflow: hidden;
  }
  
  .count-particles{
    border-radius: 0 0 3px 3px;
  }
@media all and (max-width: 920px) {
  .clear {
    margin-top: 30px;
  }
  #stop {
    margin-top: 20px;
  }
  #countdown {
    margin-bottom: 20px;
  }
  .header {
    font-size: 30px;
  }
  p {
    font-size: 19px;
  }
}
@media all and (max-width: 740px) {
  .header {
    font-size: 27px;
    text-align: center;
  }
  #countdown {
    font-size: 34px;
    width: 160px;
    padding: 5px;
  }
  #count,
  .container {
    width: 190px;
  }
  p {
    text-align: center;
    width: 190px;
  }
  .center-count {
    width: 170px;
  }
}
@media all and (max-width: 550px) {
  #ready {
    display: block;
  }
  #count,
  .container {
    width: 180px;
  }
  #countdown {
    width: 150px;
  }
}
@media all and (max-width: 520px) {
  #count,
  .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 180px;
  }
  p {
    text-align: center;
  }
}
@media all and (max-width: 450px) {
  .header {
    font-size: 27px;
    text-align: center;
  }
  #ready {
    margin-top: 10px;
  }
  p {
    text-align: center;
    width: 150px;
  }
  #plans {
    justify-content: space-between;
    align-content: center;
    width: 390px;
  }
  .container,
  #count {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 150px;
  }
  p {
    font-size: 19px;
    width: 130px;
  }
  input {
    font-size: 17px;
    width: 120px;
  }
  .toDoContainer {
    width: 130px;
  }
  #btn,
  #btnTime {
    width: 132px;
  }
  #countdown {
    font-size: 34px;
    padding: 5px;
    width: 90px;
  }
  .center-count {
    width: 100px;
  }
  #stop {
    margin: 0;
  }
}
@media all and (max-width: 390px) {
  p {
    width: 116px;
    font-size: 17px;
  }
  input {
    font-size: 16px;
    width: 118px;
    padding: 2px;
  }
  #btn,
  #btnTime {
    width: 124px;
  }
  .container,
  #count {
    width: 130px;
  }
  #countdown {
    width: 82px;
  }
  #plans {
    justify-content: space-evenly;
    width: 370px;
  }
}
@media all and (max-width: 360px) {
  #plans {
    width: 350px;
  }
  #countdown {
    font-size: 30px;
  }
  #count,
  .container,
  p {
    width: 117px;
  }
  #stop {
    font-size: 50px;
  }
  input {
    width: 105px;
  }
  #btn,
  #btnTime {
    width: 110px;
  }
  .center-count {
    width: 98px;
  }
}
