				html, body 
				{
					height: 100%;
					margin: 0px;
					padding:  0px;

				}
				h1
				{
		 			font-family: "Bebas Neue", sans-serif;
					font-weight: 400;
				 	font-style: normal;					
					font-size: 120px;
					margin-top: -30px;
					margin-bottom: -30px;
				}
				h2
				{
					font-family: "Bebas Neue", sans-serif;
					font-weight: 400;
					font-style: normal;					
					font-size: 33px;
					margin-top: -20px;
					margin-bottom: 20px;					
				}
				body 
				{
					background-image: linear-gradient(#0092cf, #005a7f);					
				}
				.sammarbete
				{
		 		 font-family: "Bebas Neue", sans-serif;
				  font-weight: 400;
				  font-style: normal;					
					font-size: 14px;
				}
				a 
				{
					text-decoration: none;
					color: inherit;
					cursor:initial;
				}