article p {
	border: 15px solid #206669; /*teal color*/
	border-radius: 12px;
	padding: 50px;
	margin: 20px;
	line-height: 1.5;
}
.right {
float: right;
padding-left: 10px;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
footer {
	padding: 20px;
	margin: 20px;
}

body {
	background-color: #4d2903;
	margin: 0;
	font-family: Ariel, sans-serif;
	color: white;
}

.love {
	background: url("myImages/be.jpeg") no-repeat center;
	background-size: cover;
	height: 500px;
	position: relative;
}

.lovetext {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
}
h1 {

font-size: 50px;

}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 10px;
  overflow: hidden;
  background-color: #b02a09; /* Reddish */
}

nav li {
	font-family:"Courier New", Ariel;
	float: left;
	margin: 0;
	padding: 0;
  
}

nav li a {
  display: block;
  color: white;
  text-align: center;
  padding: 10px 12px;
  text-decoration: none;
}

a:link {
  color: rgb(207,202,188);
}

/* visited link */
a:visited {
  color: white;
}

/* mouse over link */
a:hover {
  color: rgb(132,222,223);
}

/* selected link */
a:active {
  color: blue;
}



  
 
 
