body {
	background-image: url(./bg.jpg);
	background-size: 100%;
	font-family: "Arial Rounded MT Bold",sans-serif;
}

span {
	font-size: 30px;
	font-weight: bold;
	color: white;
	margin:70px 60px;
}

.navigation {

	margin: 0px 70px;
	margin-left: -3px;
}

nav {
	display:flex;
	justify-content: flex-end;
}

a {
	padding-right: 30px;
	text-decoration:none;
	color: white;
}

.container {
	color: white;
	text-align: center;
	margin-top: 150px;
	line-height: 100px;
}

h1 {
	font-size: 50px;
}
a:hover{
	color: blue;
}

#para {
	margin-top: -80px;
}

button {
	border:1px solid lightblue;
	background-color: transparent;
	width: 20%;
	padding: 20px;
	border-radius: 10px;
	color: white;
	font-weight: bold;
	font-size: 16px;
	margin-right: 20px;
}

button:hover {
	background-color: blue;
	cursor: pointer;
}