#top-bg #header-image {
  width: 100%;
  max-width: 640px;
  height: fit-content;
  margin-left: auto;
  margin-right: auto;
margin-top: auto;
margin-bottom: auto;
}

header {
  height: 240px;
padding: 20px 20px;
}

header h1 {
display: none;
}

a {
  color: #1d2d49;
  background-color: transparent;
  text-decoration: underline #1d2d49;
  font-weight: bold;
}

li a {
  color: #1d2d49;
  background-color: transparent;
  text-decoration: underline #1d2d49;
  font-weight: bold;
}

.btn {
  text-decoration: none !important;
}

a:hover {
  color: #c66500;
}

body {
background-color: #1D2D49;
}
