html {
    background-color: wheat;
    font-family: monospace;
    font-size: 14px;
}
body {
    position: relative;
    width: 450px;
}
#ascii1 {
    line-height: .9;
    color: palevioletred;
    opacity: 60%;
}
#box {
    z-index: 1;
    position: absolute;
    width: 380px;
    height: 430px;
    background-color: white;
    border: 3px double;
    top: 25px;
    left: 35px;
    line-height: .5;
    padding: 45px 8px 0 8px;
    text-align: center;
}
a {
    color: black;
    text-decoration: none;
}
img {
    pointer-events: none;
}