@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;
    margin-top: 30px;
    max-width: 980px;
    background-color: rgba(12, 12, 12, 0.674);
    _padding-top: 10px;

}

.container p {
    text-align: center;
    color: white;
    font-size: 25px;
}

.container iframe {
    
    margin-top: 70px;
    margin-bottom: 70px;
    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;
  }