/* main styling */
.tekst-på-siderne {
  background-color: var(--main-paige);
  width: 70%;
  padding: 40px 100px;
  height: auto;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.tekst-på-siderne p,
ol {
  margin-top: 15px;
}

.tekst-på-siderne .ol {
  margin-top: 30px;
  font-weight: bold;
  font-size: 1.4rem;
}

h3 {
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 10px;
  color: var(--secondary-color);
}

ol {
  color: var(--secondary-color);
  margin-left: 16px;
}

p {
  color: #000;
}

ul {
  color: #000;
}

h1 {
  margin: 20px 0;
  font-size: 2rem;
  color: var(--secondary-color);
}

.tekst-på-siderne ul li {
  margin: 10px 0;
}

.tekst-på-siderne ul li {
  margin-left: 40px;
  margin-top: 10px;
}

h2 {
  margin-top: 20px;
  align-self: flex-start;
  color: var(--secondary-color);
}

#submit {
  text-align: center;
  width: 340px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

input,
textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 3px;
}

aside h3 {
  text-align: center;
}

#kommentar {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

#name,
#email {
  max-width: 170px;
}

.input-til-kommentar {
  margin: 10px;
  display: flex;
  justify-content: space-evenly;
}
