
body {
  background-color: #ffffff;
  text-align: center;
}

input {
  width: 220px;
  height: 50px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 16px;
    width: 30%;
    border: none;
    outline: none;
    padding-bottom: 8px;
    box-sizing: border-box; 
}


ul {
  margin-bottom: 30px;
}

li {
  list-style: none;
  margin-bottom: 10px;
  color:#ffffff;
 
   text-align: center;
   letter-spacing: 2px;
  text-shadow: 1px 1px 1px rgba(10, 10, 10, 0.7);
}

li span {
  font-size: 30px;
  margin-right: 20px;
}


.time {
  font-size: 400%;
  color:#ffffff;
 
   text-align: center;
   letter-spacing: 2px;
  text-shadow: 1px 1px 1px rgba(10, 10, 10, 0.7);

}

.form,
.greeting {
  display: none;
}

.showing {
  display: block;
  font-size: 25px;
  color:#ffffff;
  text-align: center;
   letter-spacing: 2px;
  text-shadow: 1px 1px 1px rgba(10, 10, 10, 0.7);
}

/*Delete Button CSS*/
.delBtn {
  border: 0px none;
  background-color: transparent;
  font-size: 25px;
}

/*Change Background*/
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bgImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  animation: fadeIn 0.5s linear;
}


#weather {
  font-size: 20px;
  color:#ffffff;
   text-align: center;
   letter-spacing: 2px;
  text-shadow: 1px 1px 1px rgba(10, 10, 10, 0.7);
}
