body{
  background-color: rgb(251, 234, 232);
}
.top{
    top: 10px;
}

.logo{
  padding-left: 70px;
  
}
.small img{
  border-radius: 70%;
  top: 1%;
  position:absolute;
  right: 50%;
  display: flex;
  margin-top: 2%;
  
}
.small2 img{
  border-radius: 70%;
  top: 1%;
  position:absolute;
  right: 47%;
  display: flex;
  margin-top: 2%;
  
}
.small3 img{
  border-radius: 70%;
  top: 1%;
  position:absolute;
  right: 53%;
  display: flex;
  margin-top: 2%;
}
input[type=text]  {
  top: 24px;
  padding: 1px;
  position: absolute;
  font-size: 17px;
  right: 140px;
  border-width: 1px;
  border-color: #CCCCCC;
  background-color: #FFFFFF;
  color: #000000;
  border-style: solid;
  border-radius: 0px;
  box-shadow: 0px 0px 5px rgba(66,66,66,.75);
  text-shadow: 0px 0px 5px rgba(66,66,66,.75);
}
input:focus{
outline:none;
}
.knapp{
  top: 24px;
  position: absolute;
  right: 98px;
  display: block;
  cursor: pointer;
  
}
.andre{
    background-color: rgb(224, 74, 57);
    margin-top: 10px;
    padding-left: 450px;

}
 .ambefaling {
  background-color: #D42a17;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    margin-left: 19px;
    cursor: pointer;
  
  }
  .info{
    background-color: #D42a17;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    margin-left: 19px;
    cursor: pointer;
  
  }
  .nyhete{
    background-color: #D42a17;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    margin-left: 19px;
    cursor: pointer;
  
  }
  .hjelp{
    background-color: #D42a17;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    margin-left: 19px;
    cursor: pointer;
  
  }
.hovud{
   
    margin-top: 37px;
    height: 660px;
    font-size: 40px;
    
    
}
.boks{
display: grid; 
grid-template-columns: 33% 33% 34%; 
 
}

.klikk{
  background-color: #D42a17;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    margin-left: 19px; 
    cursor: pointer;
  
}

.delar{
    background-color:rgb(224, 74, 57);
    margin-top: 28px;
    
}
.delar button{
   
  background-color: #D42a17;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    margin-left: 66px;
    cursor: pointer;
    
    
}
.slutt{
    background-color: black;
    margin-top: 47px;
    height: 250px;
    color: rgb(153, 153, 153);
}
.menu {
    position: relative;
    display: inline-block;
    cursor: pointer;
   }
    
  
  .menu-content {
    display: none;
    position: absolute;
    background-color: #ddd;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    cursor: pointer;
  }
  .menu-content a {
    color: rgb(8, 8, 8);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    
  }
  .menu-content a:hover {
    background-color: yellow;
}
  .menu:hover .menu-content {
    display: block;
    
}
  .menu:hover .menu1 {
    background-color: #D42a17;
    color: orange;
}
.menu1 {
    
  background-color: #D42a17;
  color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    
  }
  .boksss{
      background-color: lightcyan;
      top: 100px;
      width: 670px;
      height: auto;
      position: absolute;
      left: 350px;;
      border: 10px solid rgb(224, 74, 57);
      border-radius: 29px;
      padding: 50px;
      margin-top: 128px;
      
  }