html {
    height: 100%;
    overflow-x: hidden;
}
body {
    margin: 0;
    padding: 0;
    height: 75vh;
    /*font-family: Arial, Helvetica, sans-serif; */
    /* height: calc(var(--vh, 1vh) * 100); */
    overflow: hidden;
    font-family: "SF UI Display Thin", Helvetica, Arial;
    background-color: #abd1db !important;
    color: #2878a8;
    text-align: center;
}
.logo {
        max-width: 50%;
}

.tagline {
        padding-top: 20px;
        font-size: 4vh;
}

.parent-element {
    display: table;
    min-height: 100vh;
    text-align: center;
    overflow: hidden;
}
.element {
    display: table-cell;
    vertical-align: middle;
    max-width: 50%;
}
a {
    color: #fcf6e7;
}
.more-info {
    margin-top: 20px;
    cursor: pointer;
    color: #fcf6e7;
}
div {
    text-align: center;
}