.body {
    background-color: #fafafa;
    height: auto;
}

.section {
    display: block;
}

.h1 {
    margin-top: 50px;
    font-family: 'Satoshi', sans-serif;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    text-align: center;
}

.pp {
    display: block;
    width: 200px;
    height: 200px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
}

.textblock {
    margin-top: 50px;
    margin-right: 20%;
    margin-left: 20%;
    font-family: 'Satoshi', sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
}

.footer {
    margin-top: 50px;
    margin-right: 20%;
    margin-left: 20%;
    font-family: SFMono, sans-serif;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
}

.link {
    padding-left: 3px;
    padding-right: 3px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
}

.link-biowatch {
    color: #393939;
}

.link-biowatch:hover {
    background-color: #393939;
    color: white;
}

.link-swissborg {
    color: #02c38d;
}

.link-swissborg:hover {
    background-color: #02c38d;
    color: white;
}

.link-unige {
    color: #d80869;
}

.link-unige:hover {
    background-color: #d80869;
    color: white;
}

.link-linkedin {
    color: #0966c2;
}

.link-linkedin:hover {
    background-color: #0966c2;
    color: white;
}

.link-twitter {
    color: #1c9bf0;
}

.link-twitter:hover {
    background-color: #1c9bf0;
    color: white;
}

.link-ethereum {
    color: #3c3c3d;
}

.link-ethereum:hover {
    background-color: #3c3c3d;
    color: white;
}