@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;
  align-items: center;
  min-height: 100dvh;
}

header {
  background-color: #333;
  color: #fff;
  padding: 20px;
  text-align: center;
  width: 100%;
}

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 {
  max-width: 980px;
  width: 100%;
  background-color: rgba(12, 12, 12, 0.674);
  _padding-top: 10px;
  _margin-top: 35px;
}
.container h2{
  text-align: center;
  font-size: 30px;
  color: white;
}

.box {
  background-color: #333;
  color: white;
  width: 300px;
  padding: 20px;
  margin-top: 20px;
  text-align: center;
  margin: 0 auto;
  border-radius: 10px;
}

.b1 {
  margin-top: 20px;
  border: 2px solid white;
  font-size: 20px;
}


.b1 a {
  color: white;
  text-decoration: none;
}

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;
}