* {
    margin: 0;
    padding: 0;
}

body {
    background-color: honeydew;
}

#HeaderDUH {
    color: lightseagreen;
    font-size: 50px;
    font-family: fantasy;
}

header {
    position: sticky;
    top: 0;
    left: 0;
}

nav {
    background-color: lightseagreen;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
nav a {
    color: lightseagreen;
    text-decoration: none;
    background-color: white;
    padding: 10px;
    border-radius: 10px;
}

.venstre {
    margin-left: 40px;
    padding: 10px;
}

.Skjemamain {
    width: 60%;
    margin: auto;
}

.venstre_mindre {
    margin-left: 20px;
    padding: 10px;
}

.sentre {
width: 40%;
margin:auto;
}

.sentre1 {
    text-align: center;
    }

section, img{
    width: 100%;
    padding:10px;
    margin: 10px;
}

.flyt {
    float: left;
}

#center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;

    background-color: lightseagreen;
    padding: 25px;
  }

  #Video {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height:600px;
    width: 1100px;

      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
    
  }

  #Biblo {
      text-align: center;
  }

  .VTBilder {
      /*width: 300px;*/
      display: flex;
      margin: auto;

      background-color: lightseagreen;
      padding-left: 15px;
      padding-right: 55px;
      padding-top: 15px;
      padding-bottom: 15px;

      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
  }

  figure a{
      width: 300px;
  }

  form {
    display:block;
    margin-top: 0em;
  }

  input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid whitesmoke;
    border-radius: 4px;
    box-sizing: border-box;
  }

    textarea, select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid whitesmoke;
    border-radius: 4px;
    box-sizing: border-box;
  }

  input[type=submit] {
    width: 100%;
    background-color:lightseagreen;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }

  .OmMeg {
    background-color: lightseagreen;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 10px;
  }

  .OmMeg2 {
    background-color: lightseagreen;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  p {
      font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }

  h2 {
      font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }

  h1 {
      font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }

  label {
      font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }

  figcaption {
      font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }

  li {
      font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }

  h3 {
      font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }

  h4 {
      font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }