@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500&display=swap');

:root {
  /* font-family: Arial, Helvetica, sans-serif; */
  font-family: 'Poppins', sans-serif;

}

body {
  max-width: 40rem;
  margin: auto;;
}

h1, h2, h3, h4 {
  font-weight: 500;
}

header h1 {
  margin-bottom: 0rem;
}

header h3 {
  margin: 0;
  font-weight: 300;
}