body {
  align-items: end;
  padding-left: 5%;
  padding-right: 5%;
}

a {
  color: black;
}

#nav-langset {
  display: grid;
  grid-template-columns: auto auto auto;
  float: right;
}

.contact-row {
  display: grid;
  grid-template-columns: 30px auto;
  height: fit-content;
  width: 100%;
}

.contact-row-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.contact-row-content {
  padding: 5px;
}

.list-row {
  display: grid;
  grid-template-columns: 130px auto;
  height: fit-content;
  width: 100%;
  margin: 10px 0px 10px 0px;
}

.list-row-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.list-row-content {
  border-left: 1px solid black;
  padding: 10px;
}

.button {
  border: 1px solid black;
  color: black;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  padding: 3px;
  float: right;
  transition: 0.3s;
  margin: 3px;

  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.button:hover {
  background-color: black;
  color: white;
}

.icon-href {
  color: black;
  text-decoration: none;
}
