html {
  font-family: sans-serif;
  font-size: 16px;
}

body {
  margin: 0;
}

h1 {
  margin: 0 0 1rem;
}

p {
  line-height: 1.4;
}

a {
  color: inherit;
}

.site-header {
  background-color: #006994;
  border-bottom: 2px solid #000000;
  color: #ffffff;
  padding: 1rem;
  text-align: center;
}

.site-header a {
  text-decoration: none;
}

.site-header__title {
  font-size: 20px;
}

.site-main {
  padding: 1rem;
}

.site-footer {
  background-color: #1A224C;
  border-top: 2px solid #000000;
  color: #ffffff;
  font-size: 14px;
  padding: 1rem;
  text-align: center;
}

@media screen and (min-width: 800px) {
  .site-main {
    margin: 0 auto;
    max-width: 800px;
  }
}

.discount-text {
  font-weight: 600;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 1px;
}

.quote-container {
  border: 2px solid black;
  border-radius: 4px;
  padding: 1rem;
  margin: 1rem;
  box-shadow: -2px 2px 0px 0px #006994;
}
