h2.Christmas{ 
	font-size:30;
	color:red;
}

h3.Songs{ 
	font-size:25;
	color:white;
}

/* Make the bullet points white */
			ul {
				list-style-type: disc;
				color: white;
			}
			ul li {
				color: white;
			}

img.Christmas{
	border-style:solid;
	border-color:red;
}

.Christmas {
    margin-right: 10px;
}

body.XmasBg{
  background-image:url("Images/XmasBg.AVIF");
  background-size:cover;
}

nav.christ{
	background-color:#B22222!important;
}

p.christmas{
	color:red;
}

a{
    color:white;
    text-decoration:underline;
}

a.xmas{
    color:white;
}

.Christmas nav-link{
    display:block;
    padding:.5rem 1rem;
    color:white;
    text-decoration:none;
    transition:color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

body{
	background-color:lightgrey;
}

.bg-light{
	background-color:#C0C0C0!important;
}

.d-flex > div:first-child {
    margin-right: 40px; /* Adjust this value to control the space */
}






