body{  
  color: white;
  text-align: center;
  background-image: url(/images/flowersblurry.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  display:flex;
  flex-direction: column;
  min-height: 100vh;
}

h1, h2, h3, h4, h5{	
  font-family: "courier new", "courier", monospace;
  color: #CD5C5C;
}

p{
	font-size:20px;
	font: "Times New Roman", Serif;
}

div.daughter{
	text-align: center;
	background-color: black;
	margin-left: auto;
	margin-right:auto;
	border-style: outset;
	border-color: #CD5C5C;
	border-width: 8px;
	padding:20px;
}

div.mother{
	text-align: left;
	width: 75%;
	margin-left: auto;
	margin-right:auto;
}

img{
	margin: auto;
	max-width: 80%;
	max-height: calc(100vh - 10px);
	padding: 8px;
	background-color: white;
}

ul{
	 list-style-type:none; 
}

a:link{
	color:Crimson;
}

a:visited{
	color:MediumPurple;
}

a:hover{
	color:PaleVioletRed;
}

nav{
	display: inline-block;
	margin-right: auto;
	border-style: inset;
	border-color: #CD5C5C;
	border-width: 8px;
	background-color: black;
	padding:5px;
	& > h2{ & > a{
        text-decoration: none;
	&:visited{color:Crimson;}
	&:hover{color:PaleVioletRed;}
	}}
}
