h1{font-size:22px;
 color:lightgreen;
 text-align:center;
 font-family:web-font;
 text-shadow:green 15px 15px;
 }
 
h2{
color:rgb(150,75,120);
font-size:110%;
text-decoration:underline;
font-family:serif;
text-transform:capitalize;
text-shadow:rgb(15, 45, 150) -15px -15px;
}

.citat{
color:yellow;
font-family:sans-serif;
text-align:center;
}

#citat2{
color:rgb(0,75,120);
font-family:serif;
background-color:rgb(150,75,120);
text-align:center;
}

body{
	background:linear-gradient(rgb(15,0,150),rgb(150,150,150));
}

img{
	width:30vw;
	height:20vh;

	
	
}

div {
	text-align:center;
	width:60%;

}

a:visited{
	color:red;
}