.big {
    font-size: 20px;
}
.padding {
    padding-bottom: 120px;
}
.bild {
    display: block;
    float: right;
    width: 50%;
}
.bild2 {
    float: left;
    width: 25%;
}
.bild3 {
    width: 45%;
    display: block;
    float: right;
}
.right {
    float: right;
}
a:hover img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    transition: 0.5s;
}
body {
    margin: auto;
    background: white;
    font-family: sans-serif; 
}
header {
    background: #66AE33;
	text-align: center;
}
h1 {
    color: #1B340A;
    font-family: monospace;
    margin: 0;
    text-align: center;
    font-size: 65px;
    padding: 45px 45px;
    font-weight: bold;
}
h2 {
    text-align: center;
}
h3 {
    text-align: left;
}
p {
    color: #666;
    max-width: 750px;
}
nav {
    padding: 0 20px;
    background: #9BD671;
    text-align: center;
    margin: auto;
}
nav a {
    font-size: large;
    display: inline-block;
    text-decoration: none;
    color: white;
    background: #9BD671;
    padding: 15px 30px;
    font-family: sans-serif;
    font-weight: bold;
}
nav a.active {
    color: #1B340A;
    border-bottom: 5px solid;
}
nav a:hover {
    color: #1B340A;
    opacity: 1;
    transition: 0.5s;
}
ul {
    list-style-type: disc;
    color: #666;
}
ol {
    color: #666;
}
q {
    background-color: gainsboro;
}
main {
    background: white;
    padding: 40px;
    overflow: auto;
    min-height: 700px;
    width: 900px;
    text-align: left;
    margin: auto;
    font-size: 18px;
}
.hoger {
    text-align: center;
    padding: 5px;
    color: white;
    background-color: grey;
}
footer {
    text-align: center;
    padding: 30px;
    color: white;
    background-color: #1B340A;
    margin: auto;
}
a.text {
    max-width: 900px;
    text-align: center;
    color: white;
    
}
img {
    border-radius: 20px;
    padding: 5px;
}
.size {
    font-size: 11px;
    color: black;
}
div .darker {
    background: #E0E0E0;
    font-size: 15px;
}
.skolverket {
    text-decoration-line: underline;
    text-decoration-color: black;
}