﻿h1
{
	font-size: 90px;
	color: blue;
	border: 7px solid black;
	text-align: center;
}
.tekst1
{
	font-size: 40px;
	color: darkblue;
	text-align: center;
}
h2
{
	font-size: 80px;
	color: red;
	border: 6px solid black;
	text-align: center;
}
.tekst2
{
	font-size: 40px;
	color: darkblue;
	text-align: center;
}
.pic1
{
	height: 200px;
	width: 200px;
	display: flex;
	margin: auto;
}
h3
{
	font-size: 70px;
	color: green;
	border: 5px solid black;
	text-align: center;
}
.tekst3
{
	font-size: 40px;
	color: darkblue;
	text-align: center;
}
.pic2
{
	display: flex;
	margin: auto;
}
h4
{
	font-size: 60px;
	color: yellow;
	border: 4px solid black;
	text-align: center;
}
h5
{
	font-size: 50px;
	color: grey;
	border: 3px solid black;
	text-align: center;
}
h6
{
	font-size: 40px;
	color: lime;
	border: 2px solid black;
	text-align: center;
}