body {
  font-family: Georgia, "Times New Roman", Times, serif;
  background-image: linear-gradient(180deg, var(--bs-secondary-bg), var(--bs-body-bg) 100px, var(--bs-body-bg));
}

footer {
  color: white;
  background-color: #161225;
}

footer a:link {color:#ffcc00;}
footer a:visited {color:#ffcc00;}
footer a:hover {color:#ffffff;}

.forms-table input {
  width: 90%;
}