
body, html {
    height: 100%;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #111111;
    color: #dfdfdf;
}

#agent-area {
    display: flex;
    flex-direction: column;
    height: 100vh;
    box-sizing: border-box;
}

.legal-link {
    font-size: 0.9em;
    color: #aaaaaa;
    text-align: center;
}

#text-area {
    position: relative;
    padding-bottom: 50px;
}

.copyright {
    position: relative;
    font-size: 0.8em;
    color: #777777;
    text-align: center;
    margin-top: 10px;
}

.copyright-sticky-bottom {
    position: absolute !important;
    bottom: 5px;
    left: 0;
    right: 0;
}
