body {
    background-color: lightgreen;
}
h1{
    text-align: center;
    color: white;  
}
b{
    color:white;
}
.vanlig {
    text-align: center;
    color:white;
    font-size: 500%;

}
.other {
    text-align: center;
    color:white;
}
.top{
position:absolute;
width:1680px;
background-color:teal;
padding: 100px;
z-index: -1;
}
.left
{
top:230px;
position:absolute;
left:10px;
width:200px;
height: 670px;
background-color:teal;
padding: 10px;
}
.left img{
width: 220px;
height: 620px;
position: absolute;
top: 70px;
left: 0px;
}
.right
{
position:absolute;
top:230px;
left:240px;
width:1628px;
height: 670px;
background-color:lightslategray;
padding: 10px;
}
.right img{
	width:960px; 
	height:720px;
    position: absolute;
    top: 50px;
    left: 0px;
  }
.bottom
{
	text-align: center;
    top:925px;
    width: 1860px;
    position:absolute;
    background-color: teal;
    padding: 10px;
}
.bonn
{
    top: 1100px;
    width: 1860px;
    position: absolute;
    text-align: left;
    background-color: teal;
    padding:0px;
}
.bonn img{
    width: 960px;
    height: 720px;
    position: absolute;
    text-align: center;
    left: 450px;
}
a{
	color:white;
}