@charset "UTF-8";
/* CSS Document */


	
	body {
    min-height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-image: url(new%20index%20image%20background%202024.jpg);
}
	
	
	
a {
	text-decoration: none
}

a:hover {color: white}

.footer { 
    position: absolute; 
    bottom: 0; 
    right: 0; 
    z-index: 10;

}


