@import "timeline.css";

.card {
  width: 400px;
}
footer {
  color: white;
}
footer button {
  padding: 0;
  border: none;
  background: none;
}
footer a:link {
  text-decoration: none;
  color: white;
}

footer a:visited {
  color: white;
  text-decoration: none;
}

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

footer a:active {
  color: white;
  text-decoration: underline;
}

.jumbotron {
  background-color: rgb(30, 32, 34);
}
.jumbotron h1 {
  color: white;
}

.error {
  border: solid rgb(244, 67, 54, 0.3) 2px;
  border-radius: 5px;
  padding: 20px;
  background-color: rgb(244, 67, 54, 0.84); /* Red */
  color: white;
  margin-bottom: 10px;
}
