@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&family=Inter:wght@300;400;500&family=Fira+Code:wght@400;500&display=swap');

body {
  font-family: 'Source Code Pro', monospace;
  font-weight: 300;
  margin: 40px auto;
  max-width: 650px;
  line-height: 1.6;
  font-size: 18px;
  color: #eee1e1;
  padding:0 20px;
  background-color: #222;
}
h1, h2, h3 {
 font-family: 'Poppins', Helvetica Neue, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;

}
h1 { font-size: 2.5rem; }
h2 { font-size: 1.75rem; }
h3 { font-size: 1.25rem; }

p, li, blockquote {
  font-family: 'Source Code Pro', monospace;
  font-weight: 400;
  margin-bottom: 1em;
}

a{
    color: tomato;
}

section{
  margin-bottom: 30px;
}