body{
    margin:0px;
	background-image: url(/img/christmasbackground.jpg);
 	background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
    background-color: black;
    background-size: 100%;

}
p{
	color:rgb(0, 40, 0);
    padding-left: 25px;
	font-size: 16px;
    
}
.firstline {
	color:rgb(0, 40, 0);
    padding-top: 20px;
	font-size: 16px;
}
a{
    color:rgb(0, 40, 0);
	font-size: 16px;
}
a:hover {
    color: antiquewhite;
    transition-duration: 0.2s;
}
.sticky{
	position: sticky;
    top: 0px;
    background-color: rgb(237, 27, 36);
    padding: 30px;
	color: white;
    font-size: 30px;
    text-align: center;
}