.barlow-semibold {
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-style: normal;
}

#content{
	background-image: url('assets/img/bg.png'); /* Replace 'your-image.jpg' with the path to your background image */
    background-size: cover;
    background-position: center;
   	background-repeat: no-repeat;
    height: 100vh; /* Adjust the height as needed */
    margin: 0;
    padding: 0;
}