body {
  background: url(./sunset.jpg);
  background-size: stretch;
  color: #000000;
  margin: 0;
  background-attachment: fixed;
  font-family: Arial, Helvetica, sans-serif;
}

.container {
  text-align: center;
}

.current-time {
  text-align: center;
  align-items: flex;
}

.line-input {
  padding: 10px;
  border: transparent;
  border-bottom: 1px solid #000000;
  outline: none;
  background: transparent;
  color: #f5ed5e;
}

button:hover {
  background: #f5ed5e;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  text-align: right;
}

.results {
  display: none;
}

.results.active {
  display: block;
}

.till-sunset {
  display: none;
}

.till-sunrise {
  display: none;
}

.till-sunset.active {
  display: block;
}

.till-sunrise.active {
  display: block;
}
