#countdown{
font-size: 20pt;
border: none;
height: 50px;
width: 200px;
border-radius: 5px;
color: #ffffff;
background-color: #152735 !important;
}

.wareHouse{
   text-align: left;
   font-size: larger;
   
}

.basketIcon{
    height: 24px;
    text-align: left;
}


  input {
    border-radius: 5px;
    width: 203px;
    height: 50px;
    padding: 15px;
    margin-top: 5px;
    border: none;
    font-weight: normal
    

  }

  #enter {
    border-radius: 5px;  
    width: 203px; 
    height: 50px; 
    padding: 15px;  
    margin-top: 5px;
    border: none;
    color: #ffffff;
    background-color: #152735 !important;
    font-weight: normal;
  }

  p { color: white; } /* Schriftfarbe ALLER <p>-Elemente in weiß */

.done { color: red; } /* Schriftfarbe ALLER Elemente mit dem Klassennamen class="done" in rot */

#enter { color: white; } /* Schriftfarbe des Elements mit der ID id="enter" in blau */

.basket {
    padding-left: 15px;
    padding-right: 15px;
  }
  .basket {
    margin-top: 20px;
    list-style: none;
    padding: 20px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 5px;
    margin-bottom: 10px;
    background: darkgreen;
    transition: all 0.75s ease;
  }

  .basket:hover {
    background: darkred;
  }

  .basket > button {
    background: none;
    border: none;
    float: right;
    color: #ffffff;
    font-weight: 800;
  }

  .done {
    background: darkred !important;
    color: white;
    text-decoration: line-through;
   

  }

  .delete {
    display: none;
  }