/*last updated 03-05-26*/

h1 {
	background-color: cadetblue;
	width: 100%;
	text-align: center;
	background-color: rgba(70, 130, 180, 0.5);
}

body {
	background-image: url("dog-imgs/bg.jpg");

}

h3 {
	
	background-color: #B0C4DE;
	width: 20%;
}

p {
	background-color: rgba(70, 130, 180, 0.5);
}

nav {
	text-align: center;
}

footer {
	text-align: center;
}

li{
	background-color: rgba(0, 0, 0, 0.5);
	width: 35%;
	color: white;
}
