@import url('https://fonts.googleapis.com/css2?family=Arimo&family=Commissioner:wght@700&display=swap');

body {
  background-color: #faf6e8;
  font-family: 'Arimo', sans-serif;
  margin: 40px auto;
  max-width: 66%;
  line-height: 1.6;
  font-size: 18px;
  padding: 0 10px;
}

h1,h2,h3,h5,h5,h6 {
  font-family: 'Commissioner', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #66d3c6;
}

a {
  color: #c5c078;
}
