body {
    background-color: #35363a;
    padding: 0;
    margin: 0;
}

.info {
    position: relative;
    height: 100vh;
}

.logo {
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
}

.logo img {
    width: 100%;
    max-width: 200px;
    height: auto;
}

.text {
    position: absolute;
    left: 50%;
    top: 42%;
    transform: translate(-50%, -50%);
}

.text a {
    color: #fff;
    text-decoration: none;
    font-family: 'Arvo', serif;
    font-size: 16px;
}

.far {
    margin-right: 10px;
}