@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');

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-image: url(img/space.webp);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100dvh;
  }
  
  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;
  }
  
  .container {
    margin: 0 auto;
    max-width: 980px;
    background-color: rgba(12, 12, 12, 0.674);
  }
.container h1{
    text-align: center;
    color: white;
}
.container h2{
    color: white;
    margin-left: 20px;
    margin-bottom: 15px;
}
.container p{
  font-size: 20px;
  color: white;
  margin-left: 10px;
}

footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-family: "Briem Hand", cursive;
    width: 100%;
}
.box1{
  font-family: Arial, Helvetica, sans-serif;
}
.tekst{
  font-family: Arial, Helvetica, sans-serif;
}