/* basics */

* {
  margin: 0;
}

@font-face {
  font-family: 'Helvetica';
  src: url("font/Helvetica.ttc");
  font-family: 'Futura';
	src: url("font/Futura.ttc");
}

p, a {
  font-family: 'Helvetica';
  font-weight:100;
  margin: 0.3em;

}

body{
  position: relative;
}


/* background */
.signature{
  height: 156.375px;
}

.background {
  width: 25em;
}

/* tekst */
    a {
    text-decoration: underline;
    color: white;
  }

/* socials */
.footer {
  width: 25em;
  background-color: black;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items:center;
}

.footer img {
  height: 0.9em;
  margin: 0.2em;
}

.footer p{
  padding: 0.4em;
  font-size: 0.8em;

}

.footer section {
  margin-left: 0.7em;
}
