.midtstill{
    padding-top: 20px;
    border-radius: 10px;
    width: 75%;
    text-align: center;
    margin: auto;
}

body{
    background-color: antiquewhite;
    color: black;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

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;
}

table, tr, td, th{
    border: 4px black solid;
    border-collapse: collapse;
    background-color: white;
}

.center{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

td{
    padding: 20px;
    text-align: center;
}

