body{
    background-color: antiquewhite;
    color: black;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

h1{
    padding-top: 20px;
    text-align: center;

}

nav{
    background-color: #93C572;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
nav a{
    color: black;
    text-decoration: none;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: antiquewhite;
    padding: 10px;
    margin: 10px;
    border-radius: 10px;
    
}

#pistasj{
    background-color: #93C572;
}

.flyt{
    float: left;
}
.skriftfarge{
    color: black;
}

section{
    margin: 10px;
    border-radius: 10px;
    width: 33%;
    text-align: center;
}

.midtstill{
    border-radius: 10px;
    width: 350px;
    text-align: center;
    margin: auto;
}

.hogrestill{
    float: right;
    margin: 10px;
    border-radius: 10px;
    width: 33%;
    text-align: center;
}

.venstrestill{
    float: left;
    margin: 10px;
    border-radius: 10px;
    width: 33%;
    text-align: center;
}

