body{
    background-color: white;
    width: 800px;
    margin: 0 auto;
    border: 2px solid black;
    padding: 20px 40px;
    font-family: verdana;
    
}
header{
    background-color: white;
    padding: 10px 25px;
    height: 140px;
}
nav {
    background-color: white;
    text-align: center;
    border-bottom: 2px solid black;
    border-top: 2px solid black;
}
nav a{
    text-decoration: none;
    color: black;
    text-transform: uppercase;
    background-color: white;
    padding: 5px 10px;
    margin: 0 5px;
    display: inline-block;
    position: relative;
    right: 10%;
}
nav a:hover {
    background-color: black;
    color: white;
}
nav a.active{
    color: white;
    background-color: black;
}
main{
    background-color: white;
    padding: 30px;
    overflow: auto;
}
.plats{
    position: relative;
    right: 10%;
}

footer{
    background-color: white;
    padding: 30px;
}
h1{
    color: black;
    font-family: Verdana;
    text-align: center;
    margin-top: 50px;
}
#logga{
    width: 160px;
    float: left;
    position: relative;
    left: 0px;
    bottom: 85%;
}
.lank{
    text-decoration: none;
    border: 2px solid black;
    padding: 20px 150px;
    position: relative;
    left: 14%;
}
.lank2{
    text-decoration: none;
}
.exempel{
    position: relative;
    right: 10%;
    height: 720px;
}
.exp{
    position: relative;
    right: 10%;
    height: 1350px;
}
#nav{
    width: 500px;
}
#text{
    width: 500px;
}
#kod{
    width: 500px;
}
#kod2{
    width: 500px;
}
.synp{
    position: relative;
    right: 10%;
    height: 900px;
}