* {
  margin: 0;
  padding: 0;
  font-family:'Roboto',sans-serif;
}

body {
  margin: 5%;
}

input {
  font-size: large;
  width: 50%;
  border: 5px solid black; 
  -webkit-box-shadow: 
    inset 0 0 8px  rgba(0,0,0,0.1),
          0 0 16px rgba(0,0,0,0.1); 
  -moz-box-shadow: 
    inset 0 0 8px  rgba(82, 54, 54, 0.1),
          0 0 16px rgba(0,0,0,0.1); 
  box-shadow: 
    inset 0 0 8px  rgba(0,0,0,0.1),
          0 0 16px rgba(0,0,0,0.1); 
  padding: 15px;
  margin: 0 0 10px 0;
}

button {
  cursor: pointer;
  display: inline-block;
  font-size: large;
  padding: 0.8em 1.2em;
  border: 5px solid #000000;
  box-sizing: border-box;
  color: #000000;
  text-align: center;
}

ul li {
  list-style: none;
  cursor: pointer;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 1.5em;
}

footer {
  margin-top: 10px;
  font-size: smaller;
}

footer a {
  text-decoration: underline;
  color: #000000;
}

.title {
  margin-bottom: 10px;
}

.strikeList {
  text-decoration: line-through 5px;
}

#time {
  margin-bottom: 5px;
}

#rstBtn {
  margin-top: 10px;
}