@import url('https://fonts.googleapis.com/css2?family=Courier+Prime&display=swap');

body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    color: #0f0;
    font-family: 'Courier Prime', monospace;
    overflow: hidden;
}

#ascii-feed {
    width: 100%;
    height: 100%;
    white-space: pre;
    font-size: 10px;
    line-height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
