/* basics */
* {
  margin: 0;
}

p, a {
  font-family: 'Helvetica';
	src: url("font/Helvetica.ttc");
  font-weight:100;
  margin: 0.5em;

}

body{
  position: relative;
}


/* background */
.signature {
  height: 15em;
  width: 40em;
  /* background-image: url("img/background2.png");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden; */
}

.signature .background {
  height: 15em;
  width: 40em;
}

/* tekst */
  .signature section {
    color: white;
    position: absolute;
    top: 5em;
    left: 17em;
  }


  .signature section a {
    text-decoration: underline;
    color: white;
  }

  .signature section img {
    height: 1.3em;
    padding: 0em 1.0em;
  }

  .signature section div {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

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

.footer img {
  height: 1.4em;
  margin: 0.7em;
}

.footer p{
  padding: 0.7em;
  font-family: 'Futura';
	src: url("font/Futura.ttc");

}

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