<style type="text/css">



/* Crop et billede */
.imgContainer {
  overflow: hidden;
  width: 200px;
  height: 100px;
}

.cropcarimg {

position: absolute;

clip: rect(0px,50px,100px,50px);

}

    .cropcarimg2 {
        width: 600px;
        height: 150px;
        margin: -575px 0 0 -500px;
    }

body {
  background-color: #fdfbf7;
}

/*
https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Barlow+Semi+Condensed:ital,wght@0,100;1,100&family=Open+Sans&family=Yanone+Kaffeesatz:wght@600;700&display=swap

lav links her:
https://fonts.google.com/specimen/Barlow+Semi+Condensed?preview.text_type=custom

body {
    font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size:18px;
}

*/


@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Roboto:wght@300&display=swap');

@font-face {
 font-family: 'Roboto', sans-serif;
}






h1 {
	font-family: 'Anton', sans-serif;
    font-size:40px;

}

h2 {
	font-family: 'Lexend', sans-serif;
	font-size:20px;
/*	font-stretch:extra-expanded; */
}


h4 {
	font-family: 'Lexend', sans-serif;
	font-size:150px;
	color: yellow;
	background-color: black;
	
/*	font-stretch:extra-expanded; */
}

h3 {
    font-family: 'Roboto', sans-serif;
	font-size:18px;
}

p {
    font-family: 'Roboto', sans-serif;
	font-size:18px;
}

section {
	width:570px;
}


pre {
    font-family: 'Roboto', sans-serif;
    font-size: 2em;
    min-height: 3em;
    overflow: auto;
    padding: 1em;
    xwidth: 80%;
    background-color: lightgrey;
	display: inline-block;
	white-space: pre-wrap;
}


.button {
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: white; 
  color: black; 
  border: 2px solid #4CAF50;
}

.button1:hover {
  background-color: #4CAF50;
  color: white;
}

.button2 {
  background-color: white; 
  color: black; 
  border: 2px solid #008CBA;
}

.button2:hover {
  background-color: #008CBA;
  color: white;
}
