body {
    font-family: 'Ubuntu', sans-serif;
    margin: 0;
    font-size: 100%;
    color: #004a4a;
}

a,
a:visited,
a:hover,
a:active {
    color: #198a8a;
    text-decoration: none;
}

.content-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #fff;
}

.content {
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.column {
    flex: 0 1 50%;
}

.logo {
    width: 100%;
}

.details {
    font-size: 2em;
    line-height: 300%;
}

.contact {
    font-size: 1.5em;
}
