.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;
}

iframe{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}