* {
  background-color: rgba(220, 166, 17, 255);
  flex-wrap: wrap;
  color: black;
  font-family: "Times New Roman", Times, serif;
}

h1 {
  font-size: 50px;
}
.left {
  float: left;
  margin: 20px;
}

.img1 {
  width: auto;
  height: 350px;
}

.img1Tekst {
  max-width: 200px;
}

table,
td,
th {
  border: 1px solid black;
  background-color: rgba(255, 217, 0, 255);
}

table {
  border-collapse: auto;
  max-width: 400px;
}

#bold {
  font-weight: bold;
}

.info {
  background-color: rgba(255, 217, 0, 255);
  border: 2px solid black;
  border-style: dotted;
  float: left;
  max-width: 200px;
  padding: 15px;
  margin: 20px;
}

.info > p,
h2 {
  background-color: rgba(255, 217, 0, 255);
}
li > p {
  background-color: rgba(255, 217, 0, 255);
}
a > p {
  background-color: rgba(255, 217, 0, 255);
}

.img2 {
  max-width: 200px;
  height: auto;
}

a {
  color: purple;
  background-color: rgba(255, 217, 0, 255);
}

.tekst1 {
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 0px;
  margin-top: 0px;
  background-color: rgba(255, 217, 0, 255);
}
