*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #1e1b1c;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.hero-section {
  background: url('https://media.licdn.com/dms/image/sync/v2/D5627AQFa34oSiObPbg/articleshare-shrink_800/articleshare-shrink_800/0/1721284593842?e=2147483647&v=beta&t=66yZnK0Q1bRIbMSEYvLPSM9NYTjusZ3E6FrYoGGk05s');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

html {
  scroll-behavior: smooth;
}
