﻿body {
}

.outer {
    display: flex;
    justify-content: center; /* centers horizontally */
    align-items: end; /* centers vertically */
    height: 100%;
    background-image: url('/_content/Flowmate.WebComponents/images/bg-flowmate.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.inner {
    width: 300px;
    height: 300px;
    line-height: 400px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 48px;
}
