body {
    # max-width: 550px;
    # margin: 0 auto;

    # background-image: url("bin_art.png");
    # background-position: top center;
    # background-size: contain;
    # background-repeat: repeat-y;
    background-color: #000;
    # image-rendering: pixelated;
}

pre.ascii-art {
    width: max-content;
    # scale: 0.5;
    margin: 25px auto;
    color: #0f0;
}

#container {
    max-width: 800px;
    margin: 25px auto;
    text-align: center;
}

#page {
    max-width: 100%;
    margin: 25px;
    padding: 15px;
    background-color: #fff;
    text-align: justify;
}

img {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.left {
    float: left;
    margin-right: 10px;
}

.right {
    float: right;
    margin-left: 10px;
}

.center-text {
    text-align: center;
}

hr {
    border: 1px solid #000;
}
