body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background: 
    linear-gradient(to right, #e0c3fc, #8ec5fc),
    url('https://img.freepik.com/premium-photo/scenic-view-lake-against-sky-sunset_1048944-17379336.jpg?semt=ais_hybrid&w=740') no-repeat center center / cover;
  color: #333;
}
