*{
  margin: 0;
  padding: 0;
}

body {
    font-family: arial;
    background-color: white;}
nav{
  width: 100%;
  height: 100px;
  background-color: #eee;
  display: flex;
  justify-content: center;
}
ul {

}
ul li{
  list-style: none;
  display: inline-block;
  float: left;
  line-height: 100px;
}
ul li a{
  display: block;
  text-decoration: none;
  font-size: 20px;
  font-family: arial;
  color: #1e1e1e;
  padding: 0 20px;
}
.program{
  display: flex;
  flex-wrap: wrap;
  flex-flow: row;
  justify-content: center;
  padding-bottom: 30px;
}
.sosi_video{
  padding-left: 20px;
}
.sosi_tekst{
  padding-right: 20px;
  width: 400px;
}
p{
  padding-bottom: 10px;
}
h2{
  padding-bottom: 15px
}
.Nedlasting{
  padding-left: 20px;
  font-size: 20px;
  text-decoration: none;
  color: #1e1e1e;
  font-weight: bold;
  display: inline-block;
}
.knapp{
  border-style: solid;
  border-width: 2px;
  border-color: #1e1e1e;
  border-radius: 5px;
  line-height: 40px;
  width: 150px;
  height: 40px;
  background-color: #eee;
}
