html {
  height: 100%;
}
body {
  background-image: linear-gradient(to top, darkslategrey, #033f63);
  color: #e3f2fd;
  height: 100%;
  background-image: no-repeat;
  background-attachment: fixed;
  font-family: "Amaranth", sans-serif;
}
#date44 {
  color: rgb(206, 194, 178);
  text-align: center;
}
.note {
  background-color: #ffffff;
  color: #000000;
}
#newsdiv {
  margin-top: 45px;
}
.description {
  white-space: pre-wrap;
}
.time-block {
  border-radius: 15px;
}
#dash-dog-photo {
  max-width: auto;
  object-fit: contain;
  max-height: 400px;
  border-radius: 5px;
  border-collapse: separate;
  margin-top: 45px;
  border: solid whitesmoke 8px;
}
#dash-dog-photo:hover {
  cursor: pointer;
}
#newsdiv h1 {
  font-size: larger;
  color: whitesmoke;
  font-weight: bolder;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
}
#newsdiv {
  border: solid whitesmoke;
  border-radius: 8px;
  font-size: small;
  padding: 20px;
}
textarea {
  /* background: transparent; */
  border: none;
  resize: none;
  color: #000000;
  /* border-left: 1px solid black; */
  /* padding: 10px; */
  white-space: pre-wrap;
}
.list-group {
  margin-top: 45px;
}
#weatherIcon {
  width: 200px;
  height: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a {
  text-decoration: underline;
  font-weight: bold;
  color: rgb(206, 194, 178);
}
