*{
    padding: o;
    margin: o;
    }
        
    .container{
    background: linear-gradient(
    to right,
    white 0%,
    white 50%,
    gray 50%,
    gray 100%
    );
         
    display: flex;
    justify-content: center;
    align-items: center;
    }
       
    .paded {
       width: 1000px;
       padding: 25px;
       background-color: gray;
     }
    
    table, th, td {
    border: 1px solid;
    }
        
.pad2 {
width: 500px;
padding: 25px;
      }
     
table, th, td {
border: 1px solid;
     }

table {
width: 100%;
    }
    
    .poh{
    background-color: darkturquoise; 
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: small;
    }
    
    .tf{
    background-color: rgb(221, 62, 62);
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: small;
    }
         
    .yff{
    background-color: deeppink;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: small;
    }
    
     .eng{
    background-color: gold;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: small;
    }
    
    .nfag{
    background-color: aquamarine;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: small;
    }
    
    .kropp{
    background-color: fuchsia;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: small;
    }
    
    .kop{
    background-color: cornflowerblue;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: small;
    }
    
    .matte{
    background-color: darkorange;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: small;
    }

    button {
      display: inline-block;
      background-color: #7b38d8;
      border-radius: 10px;
      border: 4px double #cccccc;
      color: #eeeeee;
      text-align: center;
      font-size: 28px;
      padding: 20px;
      width: 200px;
      transition: all 0.5s;
      cursor: pointer;
      margin: 5px;
    }
    button span {
      cursor: pointer;
      display: inline-block;
      position: relative;
      transition: 0.5s;
    }
    button span:after {
      content: '\00bb';
      position: absolute;
      opacity: 0;
      top: 0;
      right: -20px;
      transition: 0.5s;
    }
    button:hover {
      background-color: #f7c2f9;
    }
    button:hover span {
      padding-right: 25px;
    }
    button:hover span:after {
      opacity: 1;
      right: 0;
    }


    .parent {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    
    .parent button {
      background-color: #48abe0;
      color: white;
      border: none;
      padding: 5px;
      font-size: 31px;
      height: 130px;
      width: 130px;
      box-shadow: 0 2px 4px darkslategray;
      cursor: pointer;
      transition: all 0.2s ease;
    }
    
    .parent button:active {
      background-color: #48abe0;
      box-shadow: 0 0 2px darkslategray;
      transform: translateY(2px);
    }
    
    .parent button:not(:first-child) {
      margin-top: 10px;
    }
    
    .round-1 {
      border-radius: 5%;
    }
    
    .round-2 {
      border-radius: 10%;
    }
    
    .round-3 {
      border-radius: 20%;
    }
    
    .round-4 {
      border-radius: 30%;
    }
    
    .round-5 {
      border-radius: 40%;
    }
    
    .round-6 {
      border-radius: 70%;
    }
    
.innpakning {
width: 80%;
background-color: #404040;
margin: auto;
display: flex;
flex-direction: column;
}    

.topptekst {
height:120px;
background-color: #909090;
margin: 5px;
padding: 5px;
}

.meny {
background-color: rgb(44, 48, 53);
margin: 5px;
padding: 5px;
}

.innhold {
background-color: #909090;
margin: 5px;
padding: 5px;
}

.container2{
  background: linear-gradient(
  to right,
  gray 0%,
  gray 50%,
  white 50%,
  white 100%
  );
       
  display: flex;
  justify-content: center;
  align-items: center;
  }

  .psj1{
    background-color: rgb(230, 255, 255); 
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: small;
    }

  .psj2{
      background-color: rgb(157, 157, 157); 
      font-family: Georgia, 'Times New Roman', Times, serif;
      font-size: small;
    }

  body {
      background-image: url('imgbG.jpg');
  }
  
  #site-footer {
      background-color: rgb(232, 232, 232);
      padding: 6px;
  }

  td {
    background-color: rgba(240, 255, 255, 0.589);
  }