﻿body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}

#surveyContainer {
    flex: 1;
}

#banner {
    font-family: "Roboto", Sans-serif;
    font-size: 12px;
    background-color: #fff;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
}
