* {
  font-family: 'Spectral', serif;
  box-sizing: border-box;
  font-size: 18px;
}

body {
  margin: 0 auto;
  background-color: rgb(241, 246, 241);
}

h1, h2, h3 {
  font-family: 'Red Hat Display', sans-serif;
  font-weight: bold;
}

h1 {
  font-size: 2.5em;
  font-weight: 700;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.25em;
}

a {
  color: black;
  text-decoration: underline;
  font-weight: 700;
}

.header {
  padding: 50px 50px 30px;
}

.header h1 {
  padding-bottom: 10px;
  border-bottom: 10px solid black;
}

.content-section {
  display: flex;
}

.fineprint {
  font-style: italic;
  font-size: 0.8em;
}

.main {
  color: rgb(27, 30, 35);
  flex: 4;
  padding: 15px 50px 15px 30px;
  /* background-color: whitesmoke; */
  margin-left: 20px;
}

.main .intro {
  font-size: 1.1em;

  margin-top: 10px;
  margin-bottom: 30px;
}

.main li {
  margin-bottom: 15px;
}

.main h2 {
  margin-top: 50px;
  padding-bottom: 0px;
  margin-bottom: 10px;
}

.content-image {
  width: 100%;
}

.sidebar {
  color: rgb(27, 30, 35);
  flex: 3;
  padding: 0 50px 50px 50px;
}

.recommended-product {
  margin-bottom: 20px;
  padding: 15px;
}

.recommended-product h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: 'Red Hat Display', sans-serif;
}

.recommended-product .thumbnail {
  flex: 1;
  padding: 0 30px 0 0px;
}

.recommended-product .thumbnail img {
  max-width: 200px;
  height: auto;
  width: 100%;
}

.recommended-product .content {
  background-color: rgb(222, 231, 225);
  padding: 30px;
  display: flex;
}


.recommended-product h4 {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 0.9em;
  font-family: 'Red Hat Display', sans-serif;
}

.recommended-product .options {
  display: flex;
  flex: 3;
  flex-direction: column;
}
.recommended-product .option {
  margin-bottom: 20px;
}

.recommended-product .option:last-child {
  margin-bottom: 0;
}

.product-images {
  display: flex;
  gap: 15px;
}

.product-images img {
  flex: 1;
}

.product-image-and-link {
  width: 100%;
  padding: 15px 0;
  text-align: center;
}

.product-image-and-link img {
  display: block;
  width: 100%;
  height: auto;
  min-width: 200px;
}
