body
	{
		margin : 0px;
		padding : 0px;
		background : url("pexels.jpg");
		background-size : cover;
		background-repeat : no-repeat;
		/* height : 1250px;*/
		color : white;
	}
	
.left 
	{
		/*border : 2px solid red;*/
		display : inline-block;
		position : absolute;
		top : 15px;
		left : 30px;
	}

/*.left p, .mid p, .right p
	{
		padding : 0px;
		margin : 0px;
	} */
	
.left p 
	{
		display : inline-block;
		text-align : center;
	}
	
.mid
	{
		/*border : 2px solid red;*/
		display : block;
		width : 38%;
		margin : 25px auto;
		padding : 0px;
	}
	
.right
	{
		/*border : 2px solid red;*/
		display : inline-block;
		position : absolute;
		right : 30px;
		top : 15px;
	}
	
.navbar ul
	{
		margin : 0px;
		padding : 0px;
	}
	
.navbar li 
	{
		list-style : none;
		padding : 4px 6px;
		margin : 0px 3px;
		display : inline-block;
		background-color : gray;
		border-radius : 5px;
	}
	
a 
	{
		text-decoration : none;
		color : white;
	}

.left img
	{
		height : 50px;
		border-radius : 50%;
		padding : 5px 0px;
	}
	
iframe 
	{
		display : block;
		margin : 100px auto;
	}
