* {
	
	margin: 0;
	padding: 0; 
}

header,footer {
	
	position: relative ; 
	background-color: white;
	width: 100%;
	color:#ff7673;
	font-family: "Comic Sans MS"; 
	font-size: 30px;
	border-style: ridge ;
	border-size: 2px;
	border-color: #D2042D;  	
}

/* header content */

header {
 top:0%; 
	height: 12vh;
}
header h2 {
	
	
	position: absolute;   
	margin-top: 1px;  
	left: 40%;   
	
}

/* footer content */

footer {

	height: 15vh;
	bottom: 0;
	
}
footer h2 {
	
	position: absolute; 
	left: 41%; 
	
	
}
footer p1{
	
	position: relative; 
	font-size: 14px; 
	right: 400px; 
	white-space: ;
	bottom: 0; 
	padding-top: 1100px;

}
.positionOfCopyright {
	
	position: absolute; 
	left : 410px;
	bottom:1px;
	
	
	
}
footer p2 {
	
	position: relative;
	font-size: 16px; 
	left: 370px;
	bottom: 1px; 
	
	
	
	
}
.positionOfEmail {
	
	position: absolute;
	bottom: 1px ; 
	right: 400px;
	
}
/* lilnks stored at the bottom of the webpage */

.nav {
	
	
	position: absolute; 
	width: 35%;
	; 
	height: 64px;
	border: 3px solid #ff7673;
	margin: ;
	background-color: #D2042D ;
	white-space: nowrap;
	right : 1px; 
	
}
.nav a {
	
	position:relative; 
	left:0%;
	top: 2px; 
	font-size: 15px; 
	text-decoration: none;
	margin-right: 10px; 
	color: white;
	
	
}
.nav a:hover {
	
	color: #d4af37;
	font-size: 20px; 
	font-family: Courier, monospace;
	
	
}
.boxForLinks {
	postion: relative;
	background-color: yellow;
	
	
	
	
}

.positioningLinks {
	
	text-align: center; 
	
	
}