html{  
    font-family: 'Titillium Web', sans-serif;
    margin: 0;
    /*background: #CFD8E7;*/
    background: white;
}

header{
    text-align: center;
    
    background-image: url(codee.jpg);
    background-attachment: fixed;
    color: #CFD8E7;
    padding: 75px;
    background-size: cover;
    opacity: 1;
    background-position: center;
    font-size: 27px;
    z-index: 1;
    
   
}

h1{
   
   text-decoration: underline;
   z-index: 2;
}

body{
    margin: 0;
    background-image: url(bak.png);
    background-repeat: no-repeat;
    background-position: center left;
    
}

nav{
   
    /*text-align: center;*/     
    padding: 20px; 
    background-color: #4D699D;
    
    border-radius:  0 0 15px 15px;
    float: right;
}

nav a{
    display: block;
   /* margin: 15px;
    margin-top: 15px;*/
    font-size: 25px;
    
    text-decoration: none;
    color: #1F2737;
}

nav a:hover{
    text-decoration: underline;
    
}

nav a.active{
    text-decoration: underline;
}


main{
    background: white;
    width: 700px;
    margin: 0 auto;
}

main p{
    text-align: left;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.kravText{
    border: solid 2px black;
    padding: 30px;
    margin-bottom: 10px;
}

.lessPadding{
    padding-top: 0px;
    padding-bottom: 10px;    
}

main img{
    display: block;
    margin: 0 auto;
    width: 70%;  
}

main h2{
    text-align: left;
}

.exempel{
    font-size: 20px;
    text-align: center;
}

footer{
    padding: 40px;
    background-color: #1F2737;
    color: white;
    

}

