body {
  background: white;
  padding: 1vw;
}

.name {
  mix-blend-mode: multiply;
  width: 100%;
  max-width: 320px;
}


.contact {
  mix-blend-mode: multiply;
  transform-origin: top left;
  transform: scale(.4);
}

.contact:hover {
  /* border-bottom: 10px solid black; */
}

#background {
 position: fixed;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background-position: center center;
 background-size:360px;
 background-repeat: no-repeat;
}