body{
    font-family: Arial;
    background-color:#e8f5e9;
    margin:0;
}

header{
    background:#2e7d32;
    color:white;
    text-align:center;
    padding:20px;
}

nav{
    background:#1b5e20;
    padding:10px;
    text-align:center;
}

nav a{
    color:white;
    margin:15px;
    text-decoration:none;
}

nav a:hover{
    color:yellow;
}

main{
    padding:20px;
}

section{
    margin-bottom:30px;
}

footer{
    background:#2e7d32;
    color:white;
    text-align:center;
    padding:10px;
}

/* Planering och Genomförande */

#planering, #genomforande{
    background-color:white;
    padding:20px;
    border-radius:10px;
    box-shadow:0 2px 5px rgba(0,0,0,0.2);
}

#planering h2, #genomforande h2{
    color:#2e7d32;
}

#planering ul, #genomforande ul{
    line-height:1.6;
}