html {
  font-size: large;
  font-family: Helvetica, sans-serif;
  line-height: 1.6;
}

body {
background-image: url("Pictures/Rothko.jpg");
color: black;
list-style-type: none;
  
}

h1 {
	font-weight: bold;
	text-align: center;
}

header {
	outline-style: groove;
	outline-width: thick;
	outline-color: white;
	background-color: white;
	text-align: center;
	width: fit-content;
	margin:	auto;
	background-image: url("Pictures/paper.gif");
}

nav {
	outline-style: groove;
	outline-width: thick;
	outline-color: white;
	background-color: white;
	text-align: center;
	width: fit-content;
	margin:	auto;
	background-image: url("Pictures/paper.gif");
}

.container {
	outline-style: groove;
	outline-width: thick;
	outline-color: white;
	background-color: white;
	background-image: url("Pictures/paper.gif");
	margin: auto;
	width: 90%;
	line-height: 1.6;
}

.pictures {
	text-align: center;
	margin: 20px;
}

ul {
	list-style-type: none;
}

img {
	outline-style: groove;
	outline-color: white;
	background-color: white;
	background-image: url("Pictures/paper.gif");
	margin: auto;
	width: 50%;
}

figure {
display: inline-block;
margin: auto;
}

figcaption {
	outline-style: groove;
	outline-color: white;
	background-color: white;
	background-image: url("Pictures/paper.gif");
	margin: auto;
	width: 90%;
}

.container b {
	line-height: 1.8
}

.container u {
text-align: center;
}

.guestbook {
	outline: thick DodgerBlue groove;
	width: fit-content;
	margin:	auto;
	background-color: DodgerBlue;
}


footer {
	text-align: center;
}

footer p {
	outline: thick yellow groove;
	width: fit-content;
	margin:	auto;
	background-color: yellow;
}

/* unvisited link */
a:link {
  color: blue;
}

/* visited link */
a:visited {
  color: blue;
}

/* mouse over link */
a:hover {
  color: blue;
}

/* selected link */
a:active {
  color: blue;
}