/*@import url('https://fonts.googleapis.com/css2?family=Playpen+Sans:wght@400;800&display=swap');*/

*{
}
 
body{	 
    font-family: 'Playpen Sans', cursive,Verdana,Geneva,sans-serif;
	background-color:powderblue;";
	background-attachment: fixed;
}
/**/

#me img{
	border: #A9B5DF 25px dashed; 
	display: block;
	margin: 0 auto; 
	max-width: 50%;
}

#dogs img{
	border: #A9B5DF 10px dashed;
	display: block;
	margin: 0 auto;
	max-width: 50%;
	//padding: 5px;
}


a{
	color: #6495ED;
}

header, footer, main, div {
	max-width: 800px;
	margin: 0 auto;
}

footer{
	margin-top: 10px;
}

header,nav,footer {
	text-align: center;
}

h2{
	text-align: center;
	font-size: 36px;
}

p, li{
	line-height: 2;
}

#back-to-top{
	display: block;
	text-align: right; 
}

/*back to home button
nav a{ 
	display: inline-block;
	padding:20px;
	background-color: #75474a;
	border-radius: 5px;
	color: white;
	font-weight: 800;
}*/

header p{
	background-color: snow;
	border-bottom: 1px solid gray;	
}





