body{
    background: white;
    margin: 0 auto;
    background-image: url(webbutveckling.png);
    background-position: top left;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 12%;
}
html{
    margin: 0px 400px;
}
main{
    width: 800px;
    background: #0A337F;
    text-align: left;
    color: white;
    padding: 30px;
    border: 2px solid #6395FC;
    margin-bottom: 10px;
    min-height: 500px;
    box-sizing: border-box;
}
h1{
    text-align: center;
    color: #0A337F;
    font-size: 40px;
}
nav a{
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    color: #0A337F;
    padding 5px 10px;
    background: white;
    text-align: center;
    border-bottom: 4px solid #0A337F;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 18px;
}
nav a:hover{
    color: #091834;
    border-bottom: 4px solid #091834;
    font-size: 22px;
}
nav a.active{
    color: #6395FC;
    border-bottom: 4px solid #6395FC;
}
h2{
    border-left: 10px solid #6395F2;
    background: white;
    color: #0A337F;
    text-align: left;
    width: 300px;
    padding: 5px;
    font-family: 'Big Shoulders Display', cursive;
}
.right{
    float: right;
    margin-right: 130px;
}
h2.right2{
    float: right;
    margin-right: 40px;
    margin-top: -o,5px;
}
h3{
    font-family: 'Roboto', sans-serif;
}
img.sida1{
    width: 35%;
    margin-right: 20px;
    border: 2px solid #6395F2;
    margin-bottom: 10px;
    float: left;
}
form{
    width: 300px;
    margin: auto;
    background: #6395FC;
    padding: 20px;
    border: 2px solid #DEE9FC;
    float: left;
    margin-bottom: 25px;
    margin-right: 25px;
    font-family: 'Roboto', sans-serif;
}
li{
    font-size: 18px;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
}
table{
    width: 700px;
    border-collapse: collapse;
}
td, th{
    border: 1px solid white; 
    padding: 10px;
    width: 33%;
    vertical-align: top;
}
.betyg{
    text-align: center;
}
.grade{
    height: 40px;
}
p{
    font-family: 'Roboto', sans-serif;
}
a{
    color: white;
}
a:hover{
    color: #6395F2;
}
a.lank{
    color: #091834;
}
a.lank:hover{
    color: white;
}
footer{
    background: #DEE9FC;
    color: #091834;
    width: 800px;
    padding: 20px;
    text-align: left;
    border: 2px solid #6395F2;
    box-sizing: border-box; 
    margin-bottom: 30px;
}