body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  color: #212335;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Merriweather', serif;
  font-weight: 400;
}

h1 {
  font-size: 26px;
  font-weight: 900;
  color: #212335;
}

h3 {
  font-size: 18px;
}

p {
  margin-bottom: 16px;
}

.container {
  width: 100%;
  max-width: 1336px;
  margin: 0 auto;
  padding: 0 16px;
}

img {
  object-fit: contain;
}

a {
   color: #3d5eff;

}


