﻿body {
    font-family: 'Open Sans';
}

.header {
    text-align: center;
    margin: 10px 0 10px 0;
}

.content-container {
    text-align: center;
}

.title {
    font-size: 24px;
    font-weight: bold;
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    padding: 10px;
    color: white;
    text-align: center;
    font-size: 14px;
    font-family: barlow;
    letter-spacing: 1px;
}
.footer-content {
    padding: 10px;
    color: white;
    text-align: center;
    font-size: 14px;
    font-family: barlow;
    letter-spacing: 1px;
}

.dot {
    padding: 0 8px;
    font-size: 8px;
    vertical-align: middle
}

.fill-width {
    width: 100%;
}

.fill-height {
    height: 100%;
}