
body {
    margin: 0;
    min-height: 100vh;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transform: translate(-2vw,-30px);
    max-width: 30vw;
}

a:hover {
    color: #A1BFC6;
}

.logotype {
    width: 120px;
    margin-bottom: 20px;
    transform: translate(-3px, 0px);
}

* {
    font-family: Helvetica, Arial, sans-serif;
    color: #7F7F7F;
    text-decoration: none;
    line-height: 120%;
    font-size: 16px;
}
