
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;
}