@import url('https://fonts.googleapis.com/css2?family=Briem+Hand:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Briem+Hand:wght@100..900&family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

header {
    background-color: #333;
    color: #fff;
    padding: 20px;
    text-align: center;
  }
  
  header h1 {
    font-family: "Briem Hand", cursive;
    font-size: 50px;
  }
  header a{
    color: white;
    text-decoration: none;
  }
  .logo{
    max-width: 150px;
  }
  
  nav ul {
    list-style-type: none;
    padding: 0;
  }
  
  nav ul li {
    display: inline;
    margin-right: 20px;
  }
  
  nav ul li a {
    color: #fff;
    text-decoration: none;
    font-family: "Lora", serif;
  }
.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 20px 0;
  }
  
  .gallery img {
    max-width: calc(33.33% - 20px);
    margin: 20px;
    margin-left: 50px;
  }
  footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-family: "Briem Hand", cursive;
    margin-top: 30px;
}
.box1{
  font-family: Arial, Helvetica, sans-serif;
}
.tekst{
  font-family: Arial, Helvetica, sans-serif;
}