main {
    margin: 0 auto;
    display: block;
    width: 700px;
    text-align: center;
    position: relative;
}
body {
    background: #f0f0f0;
    margin: 0;
    padding: 0px 0;
}



.outside {
    margin: 0 auto;
    display: block;
    width: 700px;
    text-align: center;
    position: relative;
}
.inside {
    z-index: 0;
    font-size: 15px;
    color: #333;
    font-family: 'Courier New', monospace;
    display: block;
    white-space: pre;
}
#center-text {
    z-index: 999;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
    width: 500px;
    text-align: center;
    font-family: 'Courier New', monospace;
    color: white;
    background: rgba(255,255,255,0.0);
    padding: 2px 6px;
    pointer-events: auto;
}
.align-left {
    display: block;
    text-align: left;
    text-wrap: wrap;
}
.bottom {
    position: absolute;
    font-size: 10px;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Courier New', monospace;
    color: #222;
}
.blue812 {
    color: #008a7e;
}
.black {
    color: #000000;
}
.brown {
    color: #681818;
}
.purple {
    color: #9b4f96;
}
.pink {
    color: #d60270;
}
.blue {
    color: #0038a8;
}
a {
    color: #6e008a;
    text-decoration: none;
}