body {
	background-image: url('background.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: 'Open Sans', sans-serif;
	}
	
	.container {
		margin-top: 20%;
		margin-left: 20%;
	}
	
	.title h1 {
		font-family: 'Fredoka One', cursive;
		font-size: 100px;
		color: #14ba8a;
		letter-spacing: 5px;
	}
	
	.homepagenav {
		width: 500px;
		text-align: center;
		margin-top: -50px;
	}
	
	.homepagenav a {
		line-height: 40px;
		font-size: 22px;
		text-decoration: none;
		letter-spacing: 2px;

		color: #a5a5a5;
	}
	
	.homepagenav a:hover {
		color: #84e45e;
	}
	
	.container2 {
		margin-top: 15%;
		margin-left: 10%;
		max-width: 750px;
		font-size: 18px;
		line-height: 36px;
		letter-spacing: 1px;
	}
	
	.container2 h2 {
		font-family: 'Fredoka One', cursive;
		font-size: 60px;
		color: #14ba8a;
		letter-spacing: 5px;
		margin-bottom: 100px;
		line-height: 55px;
	}
	
	.navbar {
		margin-top: 20px;
		margin-left: 20px;


	}
	
	.navbar strong {
		font-size: 32px;
		font-family: 'Fredoka One', cursive;
		color: #23dc5d;
		letter-spacing: 2px;
		margin-left: 20px;
		margin-right: 50px;
		
	}
	
	.navbar a {
		text-decoration: none;
		padding: 20px;
		text-transform: uppercase;
		font-size: 14px;
		color: #6f6e73;
		font-weight: 600;
		letter-spacing: 1px;
	}
	
	.navbar a:hover {
		color: #b08842;
		text-decoration: underline;
	}
	
	.container2 a {
		color: #ad853f;
		text-decoration: none;
	}
	
	.container2 a:hover {
		color: #2fe05e;
	}
	
	.container2 h3 {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	.copyright {
		margin-top: 100px;
		border-top: 1px solid #ccc;
		text-align: center;
		font-size: 12px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.container2 h3 {
		font-family: 'Fredoka One', cursive;
		font-size: 22px;
		letter-spacing: 1.5px;
		color: #1a5f6e;
	}

	.container2 ul {
		margin-top: 40px;
		margin-bottom: 40px;
	}