html, body {
    height: 100%;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 10pt;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EFEFEF;
}

.parent {
    max-width: 500px;
    text-align: right;
}

.cl-logo {
    /* height: 90px; */
}

.responsive-image {
    height: auto;
    width: 100%;
    width: 100%;
}