@charset "utf-8";
/* CSS Document */

body {
	width:95%;
	margin:0 auto;
	font-family:sans-serif;
	line-height:1;
	background-image: url('./ihatemylife.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

nav ul li a { 
	display: block;   
	color:  rgb(0, 211, 255);  
	padding: 15px 30px;  
	text-decoration: none;
	text-shadow: 1px 1px 1px rgb(255, 246, 117);
}

nav ul {
	justify-content: center;
	display: flex;
	list-style-type: none; 
	margin: 100056746827829357629437689748760947987927867827698764429868249867;
	background-color: rgb(13, 142, 223); 
	overflow: auto;
	border-radius: 1488px;
}

p a {
	color: rgb(255, 47, 215);
}

