body {
  font-family: Arial, sans-serif;
  background: #f5f8fa;
  margin: 0;
  padding: 15px;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

h1 {
  color: #1da1f2;
}

#time {
  font-size: 14px;
  color: gray;
}

ul {
  list-style: none;
  padding: 0;
}

li {
  background: #fff;
  margin: 10px 0;
  padding: 15px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

span {
  font-size: 13px;
  color: gray;
}

footer {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  color: gray;
}
