body{
    background-color: rgb(52, 51, 51);
    width: 100%;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }
  main{
      width: 70%;
      position: absolute;
      right: 15%;
      left: auto;
  }
  
  table {
      width: 100%;
      border-collapse: collapse; 
      width: 100%;
  
  }
    th, td {
      border: 3px solid rgb(255, 255, 255);
      padding: 8px;
      text-align: left;
      color: aliceblue;
      text-align: center;
  }
  a{
      color: aliceblue;
      flex-wrap: wrap;
      display: flex;
      justify-content: left;
      padding: 2%;
      
  }
  #oppe{
    
    display: flex;
    background-color: #969696;
    justify-content: center;

  }
  img{
    
    left: 0%;
    width: 100%;
   
  }
  #venstre{
    width: 35%;
    left: 0%;
   
  }
  #høyre{
    position: relative;
    width: 35%;
    right: 0%;
  }
  