body { 
    background: white;
    margin: 0;
}

p {
    margin: 0;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

a { 
    color: black;
}

.width { 
    width: 150px;
    margin-top: 50px;
}

.siffror { 
    width: 50px;
}

.startnav {
    color: #7fa7e6;
} 

h2 { 
    margin: 0;
    font-family: 'Ubuntu', sans-serif;
    font-size: 25px;
    font-family: 'Comfortaa', cursive;
    
}

h3 { 
    
    font-family: 'Ubuntu', sans-serif;
    font-family: 'Comfortaa', cursive;
}

header { 
    background: #f2f2f2;
    text-align: center;
    border-bottom: 1px solid black;
}

header img { 
    width: 50%;
}

nav { 
    margin: auto;
    text-align: center;
    width: 90%;
    padding: 15px 0 15px 0;
    background: white;
    border-bottom: 1px solid black;
}

nav a {
    display: inline-block;
    padding: 0 15px 0 15px;
    color: black;
    font-family: 'Comfortaa', cursive;
}

nav a.active {
    background: #7fa7e6;
    color: white;
}

main { 
    background: white;
    padding: 20px 20px 20px 30px;
    overflow: auto;
}

.aside { 
    width: 35%;
    border: 1px solid;
    border-radius: 10px 30px 10px 30px;
    padding: 10px;
    float: right; 
    margin: 20px;
}



footer { 
    background-image: linear-gradient(#7fa7e6, #3c78d8ff);
    color: white;
    padding: 15px 0 15px 0; 
    position: relative;
    left:0px;
    bottom:0px;
    height:30px;
    width:100%;
}

footer p {
    padding-left: 30px;
    font-family: 'Ubuntu', sans-serif;
}
.footer { 
    height: 20px;
    background: blue;
    margin-bottom: 0;
}