header {
  background-image: url("cover.jpg"); /* Sets the image as the background */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  background-size: cover; /* Scales the image to cover the entire header, cropping if needed */
  background-position: center; /* Centers the image within the header */

  height: 100vh; /* Adjust the height as needed */
}

.user-content{
	margin-top: -33vh;
}