body {
    background: #11142b;
    margin: 20px;
}

p {
    font-family: monospace;
    color: aliceblue;
}

.data_text {
    color: rgb(120, 127, 134);
    white-space: pre;
}

.weather-icon {
  display: inline-block;
  width: 10em
}

.hidden {
  display: none;
}

#buttons {
  display: flex;
  gap: 20px;
}

.ascii_button {
  appearance: none;
  background-color: aliceblue;
  color: rgb(0, 0, 0);
  border: none;
/*   border-radius: 4px; */
  padding: 1px 1px 2px 1px;
/*   font-size: 16px; */
  font-family: monospace;
  text-decoration: none;
  cursor: pointer;
}

.ascii_button:hover {
  background-color: rgb(144, 150, 155);
}