
		body{
			background-color: aliceblue;
			padding: 0px;
			margin: 0px;
		}
		header{
			color: brown;
			height: 200px;
		}
		h1{
			font-size: 150px;
			border: 5px solid black;
			border-radius: 20px;
			text-align: center;
			position: static;
			
		}
p{
	font-size: 20px
}
		footer{
			background-color: #2E2E2E;
			color: white; 
			text-align:center;
		}
		#container{
			background-color: aliceblue;
			width: 90%;
			margin: 20px auto;
			border: solid 2px black;
			padding: 5px;
			box-shadow: 5px 5px 5px 2px black;
			font-size: px;
		}
.h-element{
	font-size:30px;
}
		nav ul li a {
    display: block;         /* makes background & padding visible */
    padding: 10px 20px;
    text-decoration: none;
    color: black;
    font-size: 30px;
    
    border-radius: 10px;    /* optional */
}

		nav ul li a:hover{
			color: aqua
		}
		nav ul {
    display: flex;
	height:100px;
    justify-content: space-evenly;
    align-items: center;
    list-style: none;
    padding: 0;                /* remove spacing so background touches border */
    margin: 0;
    border: 2px solid black;
    width: 100%;
    position: fixed;
    top: 0;
    background-color: lightgray;   /* navbar background */
}
#flowtext{
	display: flex;
	
	
}
#waldemar-foto{
	width: 30%;
	border-radius: 10%;
	float: right;
	margin: 15px;
	border: 2px solid black;
}
@media screen and (max-width:1500px){
	h1{
	font-size: 100px;
	margin-top: 100px ;
	}
	header{
		height: 150px;
	}
}

	  /* CSS Document */

