<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
*     {padding:0; margin:0; border:0;
		font-size:12px; font-weight:norma;}
body {
	margin: 0px;
	padding: 0px;
	background-image:url(../images/babyblue.jpg);
	background-repeat:repeat;
}
a:hover {color: #FF00FF;text-decoration:underline;cursor:url(../../../PICS/paw_cursor.CUR), pointer;
 }
 button {
        cursor:url(../../../PICS/paw_cursor.CUR), pointer;
    }


h1 { color: #ffffff;
     font-family: 'Raleway', sans-serif;
	 font-size: 62px;
	 font-weight: 800;
	 line-height: 72px;
	 text-transform: uppercase;
	 background-color: #00f;
	 letter-spacing: -2px;
	 margin: 30px 0 50px;
	 text-align:center;
	 
}

.gallery{ 
	width: 950px;
	align-content: center;
	margin:10px auto;
	background-color:#00F;
}
.gallery img{
	width: 200px;
	background-color: #FFF;
	padding: 5px;
	margin: 10px;
	border: #F00 1px solid;
	
	transition: 1s;
	
}
.gallery img:hover{
	cursor:url(../../../PICS/paw_cursor.CUR), pointer;
	border: #Fff 5px solid;
	transform:scale(1.1);
}
</pre></body></html>