.kontaktSide{
  display: flex;
  flex-direction: row;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.kontaktVenstre{
  display: flex;
  flex-direction: column;
  width: 95%;
}

.kontaktHoyre{
  width: 95%;
}

input{
  margin-bottom: 20px;
  height: 40px;
  width: 80%;
  background-color: transparent;
  border: 1.5px solid blue;
  border-radius: 5px;
}

label > .kontaktVenstre{
  padding-left: 0;
}

input::placeholder{
  text-align: start;
  margin-left: 20px;
}

#melding{
  height: 100px;
}

#send{
  width: 20%;
  height: 15%;
  border-radius: 5px;
  border: 1px solid black;
  background-color: transparent;
  cursor: pointer;
  
}

.kontakt{
  margin-top: 0;
  margin-bottom: 0;
}

.solid{
  border-top: 2px solid black;
  border-radius: 2px;
  width: 100%;
  margin-left: 0;
  margin-top: 6%;
  margin-bottom: 6%;
}


#informasjon{
  list-style-type: none;
  padding-left: 0;
}
