@font-face {
    font-family: Josefin;
    src: url(JosefinSlab-Regular.woff2);
}

body {
    margin: 0;
    padding: 0;
}

.logo {

    height: 10vh;
    max-width: 90vw;
    position: relative;
    margin: 4vh 0;
}

.name {

    height: 10vh;
    max-width: 50vw;
    position: relative;
    display: inline-block;
    font-size: 350%;
    font-family: Josefin;
    color: #000;
    vertical-align: middle;
}

.description {

    height: fit-content;
    max-width: 50vw;
    position: relative;
    display: inline-block;
    font-size: 350%;
    font-family: Josefin;
    color: #000;
    vertical-align: middle;
}


.vcard {
    height: 7vh;
    max-width: 15vw;
    margin-left: 2vw;
    position: relative;
}

.product {
  font-family: "Helvetica";
  font-size: 0.55em;
}

.person {
    margin: 4vh 0;
    text-align: center;
    height: 7vh;
    width: 100vw;
    position: relative;
}

.linkedIn {
    padding-bottom: 1.2vh;
    height: 5vh;
    max-width: 25vw;
    position: relative;
}

.personlink {
    display: inline-block;
    height: 7vh;
}

.link {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
    width: 100vw;
    text-align: center;
}

.link2 {
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: fit-content;
    text-align: center;
}


.link>.hand {
    position: absolute;
    height: 5vh;
    top: 65%;
    left: 60%;
    display: none;
}

.link:hover>.hand {
    display: block;
}

.link2>.hand {
    position: absolute;
    height: 5vh;
    top: 65%;
    right: 20%;
    display: none;
}

.link2:hover>.hand {
    display: block;
}
