.background-image {
	background-image: url('https://cdn.pixabay.com/photo/2017/02/13/21/13/background-2063825_960_720.jpg');
	/* Add additional background properties here */
	background-size: cover;
} 

.background-image-1 {
	background-image: url('https://cdn.pixabay.com/photo/2015/02/10/00/30/background-630401_1280.jpg');
	/* Add additional background properties here */
	background-size: cover;
}  

.background-image-2 {
	background-image: url('https://cdn.pixabay.com/photo/2016/10/17/14/31/background-1747786_1280.jpg');
	/* Add additional background properties here */
	background-size: cover;
}  

.background-image-3 {
	background-image: url('https://cdn.pixabay.com/photo/2023/02/01/21/40/pink-7761356_1280.png');
	/* Add additional background properties here */
	background-size: cover;
}  

.left-margin-10 {
	margin-left: 10px;
}
.right-margin-10 {
	margin-right: 10px;
}

.left-padding-10 {
	padding-left: 10px;
}
.right-padding-10 {
	padding-right: 10px;
}
