body {
margin: 0;
height: 100%;
background-image: linear-gradient(
to bottom,
rgba(255, 255, 0, 0.5),
rgba(0, 0, 255, 0.5)
), url("img/background.jpg");
font-family: 'Montserrat', sans-serif;
font-weight: bold;
}
(https://i.stack.imgur.com/3QrE2.jpg)]
The gradient linear repeats in page 2 while it doesn't in the page 1 despite the code being the same.