body{

	margin:0;
	
	}
	h1 {
		background-color: rgb(125, 0, 0);
		color: white;
		font-weight: 1000px; 
		font-size: 40px;
		font-family: cursive, Arial;
		text-align: center; 
		box-shadow: 0 6px 10px rgba(0, 0, 0, 0.6);
		
	}
	.blue{
		color: rgb(0,0,191);
	}
	
	a:hover{ 
		color: blue;
	}
	.home {
		position: center;
		font-size: 20px;
		font-family: Arial;
	}
		
	.home a {
		
		background-color: rgb(143, 0, 0);
		color: white;
		text-decoration:none;
		padding: 6px;
		border: 3px solid white;
	}
	.home a:hover {
		color: blue;
		text-decoration: underline;
		background-color: rgb(205,16,118)
	}
	p {
		font-size:17px;
		font-weight: 300;
		font-family: cursive, Arial;
		text-align: center;
	}
		
	.videobild{
	
		padding: 30px;
		display: flex;
	    justify-content: space-evenly;
	}
    
	.text1{
		font-size: 17px; 
		font-weight: 20;
		font-family: Arial;
		
	}

    